-removed stop mouse and ignore mouse from control, which were confusing, replaced by mouse filter
This commit is contained in:
@@ -242,7 +242,7 @@ Button::Button(const String &p_text) {
|
||||
|
||||
flat=false;
|
||||
clip_text=false;
|
||||
set_stop_mouse(true);
|
||||
set_mouse_filter(MOUSE_FILTER_STOP);
|
||||
set_text(p_text);
|
||||
align=ALIGN_CENTER;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user