[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kstars] kstars/ekos/auxiliary: MacOS fix
From:       Jasem Mutlaq <null () kde ! org>
Date:       2017-09-30 20:38:32
Message-ID: E1dyOWu-0005nd-4u () code ! kde ! org
[Download RAW message or body]

Git commit 11ecaf2765c4e8c622a1cb4596f5248fb0ddb23e by Jasem Mutlaq.
Committed on 30/09/2017 at 20:38.
Pushed by mutlaqja into branch 'master'.

MacOS fix

M  +4    -0    kstars/ekos/auxiliary/filtermanager.cpp

https://commits.kde.org/kstars/11ecaf2765c4e8c622a1cb4596f5248fb0ddb23e

diff --git a/kstars/ekos/auxiliary/filtermanager.cpp b/kstars/ekos/auxiliar=
y/filtermanager.cpp
index 5946252ff..58481535b 100644
--- a/kstars/ekos/auxiliary/filtermanager.cpp
+++ b/kstars/ekos/auxiliary/filtermanager.cpp
@@ -30,6 +30,10 @@ namespace Ekos
 =

 FilterManager::FilterManager() : QDialog(KStars::Instance())
 {
+    #ifdef Q_OS_OSX
+    setWindowFlags(Qt::Tool | Qt::WindowStaysOnTopHint);
+    #endif
+
     setupUi(this);
 =

     connect(buttonBox, SIGNAL(accepted()), this, SLOT(close()));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic