1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Remove ghost of canvas zoom controls during onion skinning

This commit is contained in:
Pedro J. Estébanez
2019-05-20 22:36:34 +02:00
parent 4dd9efe757
commit 3b17e6de33
2 changed files with 7 additions and 0 deletions

View File

@@ -1431,6 +1431,7 @@ void AnimationPlayerEditor::_prepare_onion_layers_2() {
new_state["show_rulers"] = false;
new_state["show_guides"] = false;
new_state["show_helpers"] = false;
new_state["show_zoom_control"] = false;
// TODO: Save/restore only affected entries
CanvasItemEditor::get_singleton()->set_state(new_state);
}