From 76a2c95f0715845432dab89984bb28a5dbfa3ebc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 21 Dec 2023 14:03:04 +0100 Subject: Fix a typo, trailing whitespace, and dependencies --- fluid/alignment_panel.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fluid/alignment_panel.cxx') diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index 50793499e..90efd0216 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -32,8 +32,8 @@ static void cb_Comments(Fl_Choice* o, void* v) { o->value(*font); } else { *font = (int)o->value(); - widget_browser->redraw(); - widget_browser->save_prefs(); + widget_browser->redraw(); + widget_browser->save_prefs(); } } @@ -47,7 +47,7 @@ static void cb_Color_Chip(Fl_Button* o, void* v) { *color = d; o->color(d); widget_browser->redraw(); - widget_browser->save_prefs(); + widget_browser->save_prefs(); } } @@ -58,7 +58,7 @@ static void cb_Color_Choice(Fl_Menu_Button* o, void* v) { *color = d; o->parent()->do_callback(o->parent(), LOAD); widget_browser->redraw(); - widget_browser->save_prefs(); + widget_browser->save_prefs(); } } -- cgit v1.2.3