mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-24 05:22:06 +08:00
Fixed wrong rendering of DockWidgetSideTab if orientation changed when loading perspective
This commit is contained in:
parent
f20c3bc63a
commit
da9062ef62
@ -62,6 +62,7 @@ CPushButton::Orientation CPushButton::buttonOrientation() const
|
|||||||
void CPushButton::setButtonOrientation(Orientation orientation)
|
void CPushButton::setButtonOrientation(Orientation orientation)
|
||||||
{
|
{
|
||||||
m_Orientation = orientation;
|
m_Orientation = orientation;
|
||||||
|
updateGeometry();
|
||||||
}
|
}
|
||||||
} // namespace ads
|
} // namespace ads
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user