You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
-removed stop mouse and ignore mouse from control, which were confusing, replaced by mouse filter
This commit is contained in:
@@ -157,7 +157,7 @@ EditorAssetLibraryItem::EditorAssetLibraryItem() {
|
||||
set_custom_minimum_size(Size2(250,100));
|
||||
set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
|
||||
set_stop_mouse(false);
|
||||
set_mouse_filter(MOUSE_FILTER_PASS);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@@ -1446,7 +1446,7 @@ EditorAssetLibrary::EditorAssetLibrary(bool p_templates_only) {
|
||||
library_scroll->add_child(library_vb_border);
|
||||
library_vb_border->add_style_override("panel",border2);
|
||||
library_vb_border->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
library_vb_border->set_stop_mouse(false);
|
||||
library_vb_border->set_mouse_filter(MOUSE_FILTER_PASS);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user