summaryrefslogtreecommitdiff
path: root/src/fl_gtk.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-16 14:51:24 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-16 14:51:50 +0200
commit09e06dc7036a6fc3e5936f57ba40ba58955d05a5 (patch)
treeeab7d7f8872f3ee062f9ec044c04f3bfbe87f390 /src/fl_gtk.cxx
parent6ba7b49baf11e526d1ed19aef491db2cd120e55e (diff)
Fix indentation
Diffstat (limited to 'src/fl_gtk.cxx')
-rw-r--r--src/fl_gtk.cxx2
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