1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 09:39:48 +00:00
Pixelorama/src
Manolis Papadeas 35f97ebe6f
Fix issue where the window regains focus and draws immediatly
The issue occurred when the cursor exited the application window very fast while still on the canvas, thus Global.has_focus was still true, then lost focus. When Pixelorama regained focus, it would draw the tool even if the user clicked outside of the drawing canvas.
2021-02-25 07:00:50 -08:00
..
Autoload "SpriteSheet as layer" and "Replace Frame" import options (#453) 2021-02-07 06:43:44 -08:00
Classes Having no active selection no longer treats all the pixels of the canvas as selected 2021-01-31 15:09:54 +02:00
Palette Having no active selection no longer treats all the pixels of the canvas as selected 2021-01-31 15:09:54 +02:00
Preferences Added a missing comma on a string 2021-02-01 17:48:28 +02:00
Shaders Var transparent mode (#444) 2021-02-02 07:29:19 -08:00
Tools Renamed "Base" to "BaseTool" and made it a class 2021-02-02 17:48:17 +02:00
UI Add keyboard shortcut for Clear Selection (#457) 2021-02-17 09:53:01 -08:00
Main.gd Fix issue where the window regains focus and draws immediatly 2021-02-25 07:00:50 -08:00
Main.tscn Frame properties (#357) 2020-10-19 17:57:40 +03:00
SelectionRectangle.gd Having no active selection no longer treats all the pixels of the canvas as selected 2021-01-31 15:09:54 +02:00
XDGDataPaths.gd Rename "pixelorama" folder to "pixelorama_data" for non-XDG locations 2020-08-29 16:34:52 +03:00