Remove ghost of canvas zoom controls during onion skinning

(cherry picked from commit 3b17e6de33)
This commit is contained in:
Pedro J. Estébanez
2019-05-20 22:36:34 +02:00
committed by Rémi Verschelde
parent f040f7c283
commit 340f542e49
2 changed files with 7 additions and 0 deletions

View File

@ -1430,6 +1430,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);
}