mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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;
|
||||
}
|
||||
|
||||
#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
|
||||
// then show the menubar.
|
||||
if (_window->isFullScreen()) {
|
||||
|
|
Loading…
Reference in a new issue