mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #445, preparation for data GUI
* improved finding of main window * project -> version string * location of application icon
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b308014bc2
commit
3e982b014f
@@ -69,7 +69,7 @@ namespace BlackGui
|
||||
|
||||
CEnableForFramelessWindow *CEnableForDockWidgetInfoArea::mainApplicationWindow() const
|
||||
{
|
||||
CEnableForFramelessWindow *mw = CGuiUtility::mainApplicationWindow();
|
||||
CEnableForFramelessWindow *mw = CGuiUtility::mainFramelessEnabledApplicationWindow();
|
||||
return mw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user