mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 03:54:43 -04:00
Changed focus mode of some buttons to None
This fixes unwanted behavior when using Space to move the canvas around, it acted as a button press on the last pressed button.
This commit is contained in:
parent
b6c7ad4d1c
commit
1f16e6b747
5 changed files with 1457 additions and 1404 deletions
|
@ -40,6 +40,7 @@ margin_top = 2.0
|
|||
margin_right = 32.0
|
||||
margin_bottom = 34.0
|
||||
hint_tooltip = "Toggle layer's visibility"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 4
|
||||
|
@ -54,6 +55,7 @@ margin_top = 2.0
|
|||
margin_right = 68.0
|
||||
margin_bottom = 34.0
|
||||
hint_tooltip = "Lock/unlock layer"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 4
|
||||
|
@ -70,6 +72,7 @@ margin_bottom = 34.0
|
|||
hint_tooltip = "Enable/disable cel linking
|
||||
|
||||
Linked cels are being shared across multiple frames"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue