== Saving ==
-* Save should be deactivated until there's things to change
* Should be able to reuse changesets
* Shouldn't be able to change created_by and version on changeset
== Rendering (Halcyon) ==
** Infinite z-indexes
+* Point labels are now centred wrongly!
+* { interactive: no; } - stop items being clicked on (and their maxwidth being taken into account)
* Shields
* More line decoration (cliffs etc.), and implied values for 'dashes' if not supplied
* Complete MapCSS support
<mx:Spacer width="100%"/>
<mx:Button label="Help" click="new HelpDialog().init();" />
<mx:Button label="Options" click="new OptionsDialog().init();" />
- <mx:Button label="Save" icon="@Embed('embedded/save.svg')" click="SaveManager.saveChanges();"/>
+ <mx:Button label="Save" icon="@Embed('embedded/save.svg')" click="SaveManager.saveChanges();"
+ enabled="{MainUndoStack.getGlobalStack().canUndo()}"/>
</mx:ApplicationControlBar>
<mx:HDividedBox width="100%" height="100%">