diff options
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fluid.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fluid.cxx b/fluid/Fluid.cxx index d751c1051..3b4d4b741 100644 --- a/fluid/Fluid.cxx +++ b/fluid/Fluid.cxx @@ -20,6 +20,7 @@ #include "proj/mergeback.h" #include "app/Menu.h" #include "app/shell_command.h" +#include "app/Snap_Action.h" #include "proj/undo.h" #include "io/Project_Reader.h" #include "io/Project_Writer.h" @@ -1057,6 +1058,7 @@ void Application::make_main_window() { if (!batch_mode) { history.load(); g_shell_config = new Fd_Shell_Command_List; + layout_list = new Layout_List; widget_browser->load_prefs(); make_settings_window(); } |
