mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 09:24:44 -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
|
@ -154,6 +154,7 @@ columns = 2
|
|||
margin_right = 32.0
|
||||
margin_bottom = 32.0
|
||||
hint_tooltip = "Create a new layer"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource( 2 )
|
||||
texture_hover = ExtResource( 3 )
|
||||
|
@ -165,6 +166,7 @@ margin_left = 36.0
|
|||
margin_right = 68.0
|
||||
margin_bottom = 32.0
|
||||
hint_tooltip = "Remove current layer"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 8
|
||||
disabled = true
|
||||
texture_normal = ExtResource( 4 )
|
||||
|
@ -178,6 +180,7 @@ margin_top = 36.0
|
|||
margin_right = 32.0
|
||||
margin_bottom = 68.0
|
||||
hint_tooltip = "Move up the current layer"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 8
|
||||
disabled = true
|
||||
texture_normal = ExtResource( 7 )
|
||||
|
@ -192,6 +195,7 @@ margin_top = 36.0
|
|||
margin_right = 68.0
|
||||
margin_bottom = 68.0
|
||||
hint_tooltip = "Move down the current layer"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 8
|
||||
disabled = true
|
||||
texture_normal = ExtResource( 10 )
|
||||
|
@ -205,6 +209,7 @@ margin_top = 72.0
|
|||
margin_right = 32.0
|
||||
margin_bottom = 104.0
|
||||
hint_tooltip = "Clone current layer"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource( 13 )
|
||||
texture_hover = ExtResource( 14 )
|
||||
|
@ -217,6 +222,7 @@ margin_top = 72.0
|
|||
margin_right = 68.0
|
||||
margin_bottom = 104.0
|
||||
hint_tooltip = "Merge current layer with the one below"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 8
|
||||
disabled = true
|
||||
texture_normal = ExtResource( 15 )
|
||||
|
@ -258,6 +264,7 @@ margin_left = 154.0
|
|||
margin_right = 174.0
|
||||
margin_bottom = 20.0
|
||||
hint_tooltip = "Add a new frame"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
|
@ -271,6 +278,7 @@ margin_left = 178.0
|
|||
margin_right = 198.0
|
||||
margin_bottom = 20.0
|
||||
hint_tooltip = "Remove Frame"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
|
@ -284,6 +292,7 @@ margin_left = 202.0
|
|||
margin_right = 222.0
|
||||
margin_bottom = 20.0
|
||||
hint_tooltip = "Clone Frame"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
|
@ -297,6 +306,7 @@ margin_left = 226.0
|
|||
margin_right = 246.0
|
||||
margin_bottom = 20.0
|
||||
hint_tooltip = "Manage frame tags"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
|
@ -315,6 +325,7 @@ size_flags_horizontal = 6
|
|||
margin_right = 20.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "FIRSTFRAME_HT"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
shortcut_in_tooltip = false
|
||||
shortcut = SubResource( 2 )
|
||||
|
@ -328,6 +339,7 @@ margin_left = 24.0
|
|||
margin_right = 44.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "PREVIOUSFRAME_HT"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
shortcut_in_tooltip = false
|
||||
shortcut = SubResource( 4 )
|
||||
|
@ -341,6 +353,7 @@ margin_left = 48.0
|
|||
margin_right = 68.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "PLAYBACKWARDS_HT"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
shortcut_in_tooltip = false
|
||||
|
@ -356,6 +369,7 @@ margin_left = 72.0
|
|||
margin_right = 92.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "PLAYFORWARD_HT"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
toggle_mode = true
|
||||
|
@ -372,6 +386,7 @@ margin_left = 96.0
|
|||
margin_right = 116.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "NEXTFRAME_HT"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
shortcut_in_tooltip = false
|
||||
shortcut = SubResource( 10 )
|
||||
|
@ -385,6 +400,7 @@ margin_left = 120.0
|
|||
margin_right = 140.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "LASTFRAME_HT"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
shortcut_in_tooltip = false
|
||||
shortcut = SubResource( 12 )
|
||||
|
@ -403,6 +419,7 @@ size_flags_horizontal = 0
|
|||
margin_right = 10.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "Onion Skinning settings"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource( 38 )
|
||||
texture_hover = ExtResource( 39 )
|
||||
|
@ -414,6 +431,7 @@ margin_left = 14.0
|
|||
margin_right = 34.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "Enable/disable Onion Skinning"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource( 35 )
|
||||
texture_hover = ExtResource( 36 )
|
||||
|
@ -425,6 +443,7 @@ margin_left = 38.0
|
|||
margin_right = 58.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "Cycle loop"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource( 37 )
|
||||
texture_hover = ExtResource( 34 )
|
||||
|
@ -470,6 +489,7 @@ valign = 1
|
|||
margin_left = 57.0
|
||||
margin_right = 136.0
|
||||
margin_bottom = 32.0
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 1
|
||||
|
|
|
@ -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