Bi-monthly INDI Library released with new drivers and bug fixes.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
diff --git a/kstars/ekos/manager.cpp b/kstars/ekos/manager.cpp
index d4ba96cb3..1554f717f 100644
--- a/kstars/ekos/manager.cpp
+++ b/kstars/ekos/manager.cpp
@@ -84,8 +84,8 @@ Manager::Manager(QWidget * parent) : QDialog(parent)
SLOT(changeAlwaysOnTop(Qt::ApplicationState)));
}
#else
- // if (Options::independentWindowEkos())
- // setWindowFlags(Qt::Window | Qt::WindowStaysOnTopHint);
+ if (Options::independentWindowEkos())
+ setWindowFlags(Qt::Window);
#endif
setupUi(this);
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.