Fixed issue #432. Cannot switch between pattern pieces on latest develop (osx).
--HG-- branch : develop
This commit is contained in:
parent
d4b6a3eb65
commit
fa410de76d
|
@ -2513,7 +2513,10 @@ void MainWindow::Layout()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
listDetails.clear();
|
listDetails.clear();
|
||||||
ActionDraw(true);
|
if (not ui->actionDraw->isChecked())
|
||||||
|
{
|
||||||
|
ActionDraw(true);
|
||||||
|
}
|
||||||
SetLayoutModeActions(false);
|
SetLayoutModeActions(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user