You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Enable RichTextLabel context menu if selection is enabled
This commit is contained in:
@@ -2343,6 +2343,7 @@ EditorHelp::EditorHelp() {
|
||||
status_bar->add_child(toggle_scripts_button);
|
||||
|
||||
class_desc->set_selection_enabled(true);
|
||||
class_desc->set_context_menu_enabled(true);
|
||||
|
||||
class_desc->hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user