Fixed wrong rendering of DockWidgetSideTab if orientation changed when loading perspective

This commit is contained in:
Uwe Kindler 2022-10-27 10:56:42 +02:00
parent f20c3bc63a
commit da9062ef62

View File

@ -62,6 +62,7 @@ CPushButton::Orientation CPushButton::buttonOrientation() const
void CPushButton::setButtonOrientation(Orientation orientation)
{
m_Orientation = orientation;
updateGeometry();
}
} // namespace ads