mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:36:45 +02:00
fix ifdef
This commit is contained in:
parent
06b2a88fb6
commit
bd29fb2474
1 changed files with 1 additions and 1 deletions
|
@ -1744,7 +1744,7 @@ void Application::mouseMoveEvent(QMouseEvent* event, unsigned int deviceID) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 1 //ndef Q_OS_MAC
|
#ifndef Q_OS_MAC
|
||||||
// If in full screen, and our main windows menu bar is hidden, and we're close to the top of the QMainWindow
|
// If in full screen, and our main windows menu bar is hidden, and we're close to the top of the QMainWindow
|
||||||
// then show the menubar.
|
// then show the menubar.
|
||||||
if (_window->isFullScreen()) {
|
if (_window->isFullScreen()) {
|
||||||
|
|
Loading…
Reference in a new issue