mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 20:25:08 +00:00
Changed some code showed in LGTM and Coverage
This commit is contained in:
@@ -115,9 +115,6 @@ void BaseButton::_notification(int p_what) {
|
||||
}
|
||||
}
|
||||
|
||||
if (p_what == NOTIFICATION_ENTER_TREE) {
|
||||
}
|
||||
|
||||
if (p_what == NOTIFICATION_EXIT_TREE || (p_what == NOTIFICATION_VISIBILITY_CHANGED && !is_visible_in_tree())) {
|
||||
|
||||
if (!toggle_mode) {
|
||||
|
||||
Reference in New Issue
Block a user