summaryrefslogtreecommitdiff
path: root/fluid/Fl_Group_Type.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-18 15:30:00 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-18 15:30:07 +0200
commitd331a697edda0fb8d11ebafc890ad5ea3803a0b4 (patch)
treeefbfc1291c1c4239906dfe8fbfaf47d8c4dd8606 /fluid/Fl_Group_Type.cxx
parent4f7a3f384faac7d3f4ee46d42d7f984f48a5b706 (diff)
FLUID: text fixes
Diffstat (limited to 'fluid/Fl_Group_Type.cxx')
-rw-r--r--fluid/Fl_Group_Type.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx
index 00cfdb9df..605dd0797 100644
--- a/fluid/Fl_Group_Type.cxx
+++ b/fluid/Fl_Group_Type.cxx
@@ -540,7 +540,7 @@ Fl_Widget *Fl_Table_Type::enter_live_mode(int) {
return live_widget;
}
-void Fl_Table_Type::ideal_size(int &w, int &h) FL_OVERRIDE {
+void Fl_Table_Type::ideal_size(int &w, int &h) {
w = 160;
h = 120;
Fd_Snap_Action::better_size(w, h);