mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Don't use Q_OS_MAC for ui specifics, Y_MAC_UI is the replacement
This commit is contained in:
@ -952,7 +952,7 @@ void Viewer::configureContent(QString msg)
|
||||
|
||||
void Viewer::hideCursor()
|
||||
{
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MAC // TODO_Y_MAC_UI isn't BlankCursor supported in macos?
|
||||
setCursor(QCursor(QBitmap(1, 1), QBitmap(1, 1)));
|
||||
#else
|
||||
setCursor(Qt::BlankCursor);
|
||||
|
Reference in New Issue
Block a user