Skip to content

Commit cda69e6

Browse files
committed
Fixed missing item focus in add node popup
1 parent ad19fcf commit cda69e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

material_maker/theme/classic_base.tres

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ border_color = Color(1, 0.560784, 0.560784, 1)
290290

291291
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_p6o2d"]
292292

293+
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ooua1"]
294+
bg_color = Color(0.24959998, 0.28937998, 0.39, 1)
295+
293296
[sub_resource type="AtlasTexture" id="AtlasTexture_r3dd5"]
294297
atlas = ExtResource("1_fw8f4")
295298
region = Rect2(32, 176, 16, 16)
@@ -1158,6 +1161,8 @@ MM_AddNodePanel/styles/panel = SubResource("StyleBoxFlat_f0kci")
11581161
MM_AddNodePanelList/base_type = &"ItemList"
11591162
MM_AddNodePanelList/font_sizes/font_size = 14
11601163
MM_AddNodePanelList/styles/focus = SubResource("StyleBoxEmpty_p6o2d")
1164+
MM_AddNodePanelList/styles/selected = SubResource("StyleBoxFlat_ooua1")
1165+
MM_AddNodePanelList/styles/selected_focus = SubResource("StyleBoxFlat_ooua1")
11611166
MM_CommentNode/icons/resizer = SubResource("AtlasTexture_r3dd5")
11621167
MM_CommentNode/styles/default = SubResource("StyleBoxFlat_asgc8")
11631168
MM_CommentNode/styles/selected = SubResource("StyleBoxFlat_en6gw")

0 commit comments

Comments
 (0)