mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 16:01:36 +08:00
Reverted file version change for saved state data because the file is backward compatible
This commit is contained in:
parent
64bd9021d9
commit
89cca4c36a
@ -88,8 +88,7 @@ enum eStateFileVersion
|
||||
{
|
||||
InitialVersion = 0, //!< InitialVersion
|
||||
Version1 = 1, //!< Version1
|
||||
Version2 = 2, //!< Version2 - Version bump due to addition of Autohide functionality
|
||||
CurrentVersion = Version2//!< CurrentVersion
|
||||
CurrentVersion = Version1//!< CurrentVersion
|
||||
};
|
||||
|
||||
static CDockManager::ConfigFlags StaticConfigFlags = CDockManager::DefaultNonOpaqueConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user