Skip to content

Commit

Permalink
Enabling Simple editor UI for dev branch again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Oct 29, 2024
1 parent f8085a0 commit e8c10ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3] - 2024-10-29
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/com/jpexs/decompiler/flash/easygui/EasyPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 final boolean EASY_AVAILABLE = false;
public static final boolean EASY_AVAILABLE = true;

private TabSwitcher<SWF> tabSwitcher;
private EasySwfPanel easySwfPanel;
Expand Down

0 comments on commit e8c10ec

Please sign in to comment.