don't save priority window column when x-ing out
This commit is contained in:
@@ -248,6 +248,7 @@
|
|||||||
// Main.hx sets off 99% of the app's logic by parsing the model file and calling setModel on startup and on a 30s loop:
|
// Main.hx sets off 99% of the app's logic by parsing the model file and calling setModel on startup and on a 30s loop:
|
||||||
|
|
||||||
(method backToEntryWindow []
|
(method backToEntryWindow []
|
||||||
|
(when priorityWindow (set priorityWindow.cameraColumn 0))
|
||||||
(set entryNameText null)
|
(set entryNameText null)
|
||||||
(nextFrame ->(entryWindow.show)))
|
(nextFrame ->(entryWindow.show)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user