Remove unnecessary properties which after update triggered view rendering

CURA-4062
This commit is contained in:
Aleksei S 2017-10-27 09:24:31 +02:00
parent 938ae5af1d
commit ee228155af

View file

@ -344,9 +344,6 @@ UM.MainWindow
{
id: toolbar;
property int mouseX: base.mouseX
property int mouseY: base.mouseY
anchors {
top: openFileButton.bottom;
topMargin: UM.Theme.getSize("window_margin").height;