summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-19 21:26:17 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-19 21:26:27 +0200
commitd0331e6342a4eea53e068b175d3b811718d5dde8 (patch)
treea73b4f260fb5de0caa812dbcd98feef3c3d36dc9 /fluid/alignment_panel.h
parente8eccde8db246d262d7a9e1c6088cc24e82c84e8 (diff)
FLUID: layout preset no longer forces text font selection
Diffstat (limited to 'fluid/alignment_panel.h')
-rw-r--r--fluid/alignment_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index e2fd64fc5..a084917b3 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -76,7 +76,7 @@ extern void propagate_load(Fl_Group*, void*);
extern void edit_layout_preset_cb(Fl_Button*, long);
extern Fl_Button *preset_choice[3];
#include <FL/Fl_Value_Input.H>
-extern Fl_Menu_Item fontmenu[];
+extern Fl_Menu_Item fontmenu_w_default[];
extern Fl_Group *w_settings_shell_tab;
extern Fl_Check_Button *shell_use_fl_button;
#include <FL/Fl_Return_Button.H>