Disable tool when we change pattern piece.

--HG--
branch : feature
This commit is contained in:
dismine 2014-01-12 22:08:52 +02:00
parent bc97dc7855
commit aa4feb648a

View File

@ -712,6 +712,7 @@ void MainWindow::currentDrawChanged( int index )
doc->ChangeActivDraw(comboBoxDraws->itemText(index));
if(drawMode)
{
ArrowTool();
qint64 id = doc->SPointActiveDraw();
if (id != 0)
{