@ added calls to FindDefaultDrawSettings() when opening / creating a map to ensure these defaults exist

This commit is contained in:
codeimp 2009-08-01 23:03:07 +00:00
parent 5edec9046b
commit ed5c468fec

View file

@ -910,6 +910,7 @@ namespace CodeImp.DoomBuilder
plugins.OnMapNewEnd();
// All done
settings.FindDefaultDrawSettings();
mainwindow.SetupInterface();
mainwindow.RedrawDisplay();
mainwindow.UpdateThingsFilters();
@ -1062,6 +1063,7 @@ namespace CodeImp.DoomBuilder
plugins.OnMapOpenEnd();
// All done
settings.FindDefaultDrawSettings();
mainwindow.SetupInterface();
mainwindow.RedrawDisplay();
mainwindow.UpdateThingsFilters();