mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 13:29:21 +03:00
[project @ 2004-10-19 21:29:39 by bursa]
Fix disc radius. svn path=/import/netsurf/; revision=1327
This commit is contained in:
parent
1552896c9e
commit
02cec85fea
@ -334,7 +334,7 @@ bool ro_plot_disc(int x, int y, int radius, colour colour)
|
||||
LOG(("xos_plot: 0x%x: %s", error->errnum, error->errmess));
|
||||
return false;
|
||||
}
|
||||
error = xos_plot(os_PLOT_CIRCLE | os_PLOT_BY, radius, 0);
|
||||
error = xos_plot(os_PLOT_CIRCLE | os_PLOT_BY, radius * 2, 0);
|
||||
if (error) {
|
||||
LOG(("xos_plot: 0x%x: %s", error->errnum, error->errmess));
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user