mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Fix handling of cursor override
This commit is contained in:
parent
0558d64198
commit
190907b831
@ -66,9 +66,8 @@ void QgsMessageViewer::showMessage( bool blocking )
|
||||
{
|
||||
if ( blocking )
|
||||
{
|
||||
QApplication::setOverrideCursor( Qt::ArrowCursor );
|
||||
QgsTemporaryCursorRestoreOverride override;
|
||||
exec();
|
||||
QApplication::restoreOverrideCursor();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user