diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_gtk.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_gtk.cxx b/src/fl_gtk.cxx index 5be58235e..5319f6e90 100644 --- a/src/fl_gtk.cxx +++ b/src/fl_gtk.cxx @@ -179,7 +179,7 @@ static void draw(int which, int x,int y,int w,int h, int inset) f(x+w-d, y, d, d, w<=h ? 0 : -90, w<=h ? 180 : 90); f(x, y+h-d, d, d, w<=h ? 180 : 90, w<=h ? 360 : 270); } - } else if (which == UPPER_LEFT) { + } else if (which == UPPER_LEFT) { f(x+w-d, y, d, d, 45, w<=h ? 180 : 90); f(x, y+h-d, d, d, w<=h ? 180 : 90, 225); } else { // LOWER_RIGHT |
