mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-02 18:01:36 +00:00
completed saving, also 'save as' works
This commit is contained in:
parent
61e78baf10
commit
6c5fae98b0
33 changed files with 388 additions and 115 deletions
|
@ -492,6 +492,11 @@ namespace CodeImp.DoomBuilder.Interface
|
|||
itemsavemap.Enabled = (General.Map != null);
|
||||
itemsavemapas.Enabled = (General.Map != null);
|
||||
itemsavemapinto.Enabled = (General.Map != null);
|
||||
|
||||
// Toolbar icons
|
||||
buttonnewmap.Enabled = itemnewmap.Enabled;
|
||||
buttonopenmap.Enabled = itemopenmap.Enabled;
|
||||
buttonsavemap.Enabled = itemsavemap.Enabled;
|
||||
}
|
||||
|
||||
// This sets the recent files from configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue