mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 13:26:02 -04:00
--Bug fixes
-Update /debian/changelog to use a newer version of ubuntu named artful. Users will need to add that PPA to get it via apt. -Update copyright year to 2018.
This commit is contained in:
@ -46,7 +46,11 @@ Fractorium::Fractorium(QWidget* p)
|
||||
for (auto dock : m_Docks)//Prevents a dock from ever getting accidentally hidden.
|
||||
{
|
||||
dock->setWindowFlags(dock->windowFlags() & Qt::WindowStaysOnTopHint);
|
||||
dock->setAllowedAreas(Qt::DockWidgetArea::LeftDockWidgetArea | Qt::DockWidgetArea::RightDockWidgetArea);
|
||||
dock->setAllowedAreas(Qt::DockWidgetArea::LeftDockWidgetArea
|
||||
//#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
| Qt::DockWidgetArea::RightDockWidgetArea
|
||||
//#endif
|
||||
);
|
||||
}
|
||||
|
||||
m_FontSize = 9;
|
||||
|
Reference in New Issue
Block a user