diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-16 14:51:24 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-16 14:51:50 +0200 |
| commit | 09e06dc7036a6fc3e5936f57ba40ba58955d05a5 (patch) | |
| tree | eab7d7f8872f3ee062f9ec044c04f3bfbe87f390 /src/fl_gtk.cxx | |
| parent | 6ba7b49baf11e526d1ed19aef491db2cd120e55e (diff) | |
Fix indentation
Diffstat (limited to 'src/fl_gtk.cxx')
| -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 |
