Skip to content

Commit 0da522a

Browse files
Fix drop shadow dialog not having a selected option for the affect option button
1 parent 9abb6f6 commit 0da522a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ layout_mode = 2
5151
size_flags_horizontal = 3
5252
color = Color(0.0823529, 0.0823529, 0.0823529, 0.627451)
5353

54-
[node name="AffectOptionButton" parent="VBoxContainer/OptionsContainer" index="1"]
55-
selected = -1
56-
5754
[node name="AnimatePanel" parent="AnimateDialog" index="0"]
5855
grow_horizontal = 2
5956
grow_vertical = 2

src/UI/Dialogs/ImageEffects/ImageEffectParent.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ text = "Only affect selection"
9191
layout_mode = 2
9292
size_flags_horizontal = 3
9393
mouse_default_cursor_shape = 2
94-
item_count = 4
9594
selected = 0
95+
item_count = 4
9696
popup/item_0/text = "Selected cels"
9797
popup/item_0/id = 0
9898
popup/item_1/text = "Current frame"

0 commit comments

Comments
 (0)