mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 16:24:44 -04:00
Layer visibility is taken into account when exporting the drawing as a .png file
This means that invisible layers will not be included in the final .png file.
This commit is contained in:
parent
b7b3d1d924
commit
0ec3af30f4
2 changed files with 31 additions and 20 deletions
|
@ -17,10 +17,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
- A VSplitContainer has been added between the canvas and the timeline.
|
||||
- Notification text is now black on the gold and light themes.
|
||||
- Layer's LineEdit now saves the changes when it loses focus, or when the user presses ESC (or Enter)
|
||||
- LineEdits lose focus when the user presses Enter - thanks to Gaarco!
|
||||
- Layer visibility is taken into account when exporting the drawing as a .png file. This means that invisible layers will not be included in the final .png file.
|
||||
|
||||
### Fixed
|
||||
- Chinese characters not being rendered in notifications (the labels that appear when undoing/redoing)
|
||||
- Fixed issue when moving frames, the current frame was being shown but the frame next to it was actually the one being drawn on.
|
||||
- Fixed issue with LineEdits not letting go of focus when the user clicked somewhere else - Thanks to Gaarco! (Issue #167)
|
||||
|
||||
## [v0.6.2] - 17-02-2020
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue