Restore cursor after warning.
--HG-- branch : feature
This commit is contained in:
parent
24245bf759
commit
39d0e94cec
|
@ -917,6 +917,9 @@ void MainWindow::Clear()
|
|||
ui->actionSave->setEnabled(false);
|
||||
ui->actionPattern_properties->setEnabled(false);
|
||||
SetEnableTool(false);
|
||||
#ifndef QT_NO_CURSOR
|
||||
QApplication::restoreOverrideCursor();
|
||||
#endif
|
||||
}
|
||||
|
||||
void MainWindow::NewPattern()
|
||||
|
|
Loading…
Reference in New Issue
Block a user