diff --git a/embedded/fullscreen-toggle.svg b/embedded/fullscreen-toggle.svg new file mode 100644 index 00000000..0ba6a88e --- /dev/null +++ b/embedded/fullscreen-toggle.svg @@ -0,0 +1,123 @@ + + + +image/svg+xml + + + + + + + + + + + + + + \ No newline at end of file diff --git a/embedded/fullscreen.svg b/embedded/fullscreen.svg new file mode 100644 index 00000000..0c5074e4 --- /dev/null +++ b/embedded/fullscreen.svg @@ -0,0 +1,123 @@ + + + +image/svg+xml + + + + + + + + + + + + + + \ No newline at end of file diff --git a/net/systemeD/potlatch2/EditController.as b/net/systemeD/potlatch2/EditController.as index f70cc217..e6ce2bd5 100644 --- a/net/systemeD/potlatch2/EditController.as +++ b/net/systemeD/potlatch2/EditController.as @@ -201,7 +201,7 @@ package net.systemeD.potlatch2 { Mouse.registerCursor(name, cursorData); } - private function toggleSize():void { + public function toggleSize():void { if (maximised) { if (minimiseFunction) { ExternalInterface.call(minimiseFunction); diff --git a/potlatch2.mxml b/potlatch2.mxml index 2c51c570..326587f8 100644 --- a/potlatch2.mxml +++ b/potlatch2.mxml @@ -37,6 +37,9 @@ click="SaveManager.saveChanges(theMap.editableLayer.connection);" id="saveButton" enabled="false"/> +