File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ HistoryDock::HistoryDock() {
253
253
current_scene_checkbox->set_text (TTR (" Scene" ));
254
254
current_scene_checkbox->set_h_size_flags (SIZE_EXPAND_FILL);
255
255
current_scene_checkbox->set_clip_text (true );
256
+ current_scene_checkbox->set_pressed (true );
256
257
current_scene_checkbox->connect (SceneStringName (toggled), callable_mp (this , &HistoryDock::refresh_history).unbind (1 ));
257
258
258
259
global_history_checkbox = memnew (CheckBox);
@@ -261,6 +262,7 @@ HistoryDock::HistoryDock() {
261
262
global_history_checkbox->set_text (TTR (" Global" ));
262
263
global_history_checkbox->set_h_size_flags (SIZE_EXPAND_FILL);
263
264
global_history_checkbox->set_clip_text (true );
265
+ global_history_checkbox->set_pressed (true );
264
266
global_history_checkbox->connect (SceneStringName (toggled), callable_mp (this , &HistoryDock::refresh_history).unbind (1 ));
265
267
266
268
action_list = memnew (ItemList);
You can’t perform that action at this time.
0 commit comments