summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-21 14:03:04 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-21 14:03:04 +0100
commit76a2c95f0715845432dab89984bb28a5dbfa3ebc (patch)
tree33292a5a81c3d51dbed86b3facd344c859b19421 /fluid/alignment_panel.cxx
parent39846392702607ec014cb2dd450c3c6ba86827a6 (diff)
Fix a typo, trailing whitespace, and dependencies
Diffstat (limited to 'fluid/alignment_panel.cxx')
-rw-r--r--fluid/alignment_panel.cxx8
1 files changed, 4 insertions, 4 deletions
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();
}
}