Move more internal enumerators into the internal enum
the public enum is now clean
This commit is contained in:
@@ -285,6 +285,11 @@ void Config::Private::fixFlags()
|
||||
m_flags = m_flags & ~Flag_AeroSnapWithClientDecos;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (m_flags & Flag_DontUseUtilityFloatingWindows) {
|
||||
m_internalFlags |= InternalFlag_DontUseParentForFloatingWindows;
|
||||
m_internalFlags |= InternalFlag_DontUseQtToolWindowsForFloatingWindows;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user