mirror of https://github.com/CGAL/cgal
Fix the "busy cursor".
This commit is contained in:
parent
ae40a2453a
commit
39de4b75ea
|
|
@ -609,7 +609,7 @@ void Volume::status_message(QString string)
|
|||
|
||||
void Volume::busy() const
|
||||
{
|
||||
QApplication::restoreOverrideCursor();
|
||||
QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
|
||||
}
|
||||
|
||||
void Volume::not_busy() const
|
||||
|
|
|
|||
Loading…
Reference in New Issue