Fixed issue #432. Cannot switch between pattern pieces on latest develop (osx).

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-01-03 11:52:22 +02:00
parent d4b6a3eb65
commit fa410de76d

View file

@ -2513,7 +2513,10 @@ void MainWindow::Layout()
else
{
listDetails.clear();
ActionDraw(true);
if (not ui->actionDraw->isChecked())
{
ActionDraw(true);
}
SetLayoutModeActions(false);
}
}