mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
@ added calls to FindDefaultDrawSettings() when opening / creating a map to ensure these defaults exist
This commit is contained in:
parent
5edec9046b
commit
ed5c468fec
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue