Turn on Simple editor view for dev branch

This commit is contained in:
Jindra Petřík
2024-10-29 16:58:52 +01:00
parent 2002cd2bd0
commit cd4a8840a8
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- Simple editor view - new simplified UI based on timeline view,
which resembles Flash Pro UI. Easier moving objects,
resizing, adding frames, adding objects to stage. Instance property editation.
Undo / redo feature. WIP
## [21.1.2] - 2024-10-29
### Added

View File

@@ -33,7 +33,7 @@ public class EasyPanel extends JPanel {
* TODO: switch to true when Easy mode is released.
* I think it's not production ready yet.
*/
public static boolean EASY_AVAILABLE = false;
public static final boolean EASY_AVAILABLE = true;
private TabSwitcher<SWF> tabSwitcher;
private EasySwfPanel easySwfPanel;