Skip to content

Commit

Permalink
Merge pull request #57239 from emcguirk/minimap-toggle-fix
Browse files Browse the repository at this point in the history
Fix GraphEdit's minimap doesn't show using `minimap_enabled`
  • Loading branch information
akien-mga authored Apr 11, 2022
2 parents f62f36c + b1441bb commit 2fd5f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/gui/graph_edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,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();
}

Expand Down

0 comments on commit 2fd5f20

Please sign in to comment.