diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:32:43 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:47:16 +0100 |
| commit | 4041608e9487bb59e14593c52aca91054ff79cdf (patch) | |
| tree | deb8279c42281231cfa0dffb53e8dfc491b3f7d3 /fluid/widget_panel.cxx | |
| parent | 788ca208f7e633cd19ddfa0151edc74f3d1a5438 (diff) | |
Update fluid files and generated files
fluid/widget_panel.cxx: apply previous fluid fix
Diffstat (limited to 'fluid/widget_panel.cxx')
| -rw-r--r-- | fluid/widget_panel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index adad71141..f232e0d32 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -93,7 +93,7 @@ Fl_Double_Window* make_widget_panel() { Fl_Double_Window* w; { // Use a Double Window to avoid flickering. Fl_Double_Window* o = new Fl_Double_Window(420, 400); - w = o; if (w) {/* empty */} + w = o; (void)w; o->labelsize(11); o->align(Fl_Align(FL_ALIGN_CLIP|FL_ALIGN_INSIDE)); o->hotspot(o); |
