Fix toggling GraphEdit's minimap with minimap_enabled
Fixes #53831.
(cherry picked from commit b1441bbcfc
)
This commit is contained in:
parent
bf6e7dc6f6
commit
f82cd740cf
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue