You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Fix toggling GraphEdit's minimap with minimap_enabled
Fixes #53831.
(cherry picked from commit b1441bbcfc)
This commit is contained in:
committed by
Rémi Verschelde
parent
bf6e7dc6f6
commit
f82cd740cf
@@ -1625,6 +1625,7 @@ float GraphEdit::get_minimap_opacity() const {
|
||||
|
||||
void GraphEdit::set_minimap_enabled(bool p_enable) {
|
||||
minimap_button->set_pressed(p_enable);
|
||||
_minimap_toggled();
|
||||
minimap->update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user