From 09e06dc7036a6fc3e5936f57ba40ba58955d05a5 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:51:24 +0200 Subject: Fix indentation --- src/fl_gtk.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3