Disable tool when we change pattern piece.
--HG-- branch : feature
This commit is contained in:
parent
bc97dc7855
commit
aa4feb648a
|
@ -712,6 +712,7 @@ void MainWindow::currentDrawChanged( int index )
|
||||||
doc->ChangeActivDraw(comboBoxDraws->itemText(index));
|
doc->ChangeActivDraw(comboBoxDraws->itemText(index));
|
||||||
if(drawMode)
|
if(drawMode)
|
||||||
{
|
{
|
||||||
|
ArrowTool();
|
||||||
qint64 id = doc->SPointActiveDraw();
|
qint64 id = doc->SPointActiveDraw();
|
||||||
if (id != 0)
|
if (id != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user