mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Remove None and Bottom from the SideTabBarArea enum
This commit is contained in:
parent
37edf47c4b
commit
9bfd77a206
@ -1134,10 +1134,8 @@ bool DockContainerWidgetPrivate::restoreDockOrOverlayDockArea(CDockingStateReade
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (sideTabBarArea != CDockWidgetSideTab::None)
|
||||
{
|
||||
return restoreOverlayDockArea(Stream, sideTabBarArea, Testing);
|
||||
}
|
||||
|
||||
return restoreOverlayDockArea(Stream, sideTabBarArea, Testing);
|
||||
}
|
||||
|
||||
// If there's no SideTabBarArea value in the XML, or the value of SideTabBarArea is none, restore the dock area
|
||||
|
@ -75,10 +75,8 @@ public:
|
||||
*/
|
||||
enum SideTabBarArea
|
||||
{
|
||||
None,
|
||||
Left,
|
||||
Right,
|
||||
Bottom
|
||||
Right
|
||||
};
|
||||
|
||||
Q_ENUM(SideTabBarArea)
|
||||
|
Loading…
Reference in New Issue
Block a user