diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-05 00:18:41 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2021-12-05 00:18:41 +0100 |
| commit | 204ac3dfdfd519607e2f392fa83c12fad9e73fde (patch) | |
| tree | a257c0fca4f44342d1df13764fbead7bf937af72 /fluid/fluid.cxx | |
| parent | 21a75a18f8fee47be196289932d564e58216d358 (diff) | |
Fluid: adapting menu to pixmap changes.
Diffstat (limited to 'fluid/fluid.cxx')
| -rw-r--r-- | fluid/fluid.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 541068448..49944e5ba 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1210,6 +1210,7 @@ void make_main_window() { if (!main_window) { Fl_Widget *o; + loadPixmaps(); main_window = new Fl_Double_Window(WINWIDTH,WINHEIGHT,"fluid"); main_window->box(FL_NO_BOX); o = make_widget_browser(0,MENUHEIGHT,BROWSERWIDTH,BROWSERHEIGHT); @@ -1792,7 +1793,6 @@ int main(int argc,char **argv) { #endif // __APPLE__ Fl::visual((Fl_Mode)(FL_DOUBLE|FL_INDEX)); Fl_File_Icon::load_system_icons(); - loadPixmaps(); main_window->callback(exit_cb); position_window(main_window,"main_window_pos", 1, 10, 30, WINWIDTH, WINHEIGHT ); main_window->show(argc,argv); |
