Codebase list deepin-movie-reborn / f9714f2
fix: hide cursor only main window is focused Change-Id: Ia614c6b68f0b6b9ad46d07622d6ab3c78bb047f6 Sian Cao 6 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
21542154 return;
21552155
21562156 if (isFullScreen()) {
2157 qApp->setOverrideCursor(Qt::BlankCursor);
2158 }
2157 if (qApp->focusWindow() == this->windowHandle())
2158 qApp->setOverrideCursor(Qt::BlankCursor);
2159 }
2160
21592161 _titlebar->hide();
21602162 _toolbox->hide();
21612163 } else {