diff --git a/qrenderdoc/3rdparty/toolwindowmanager/ToolWindowManagerTabBar.cpp b/qrenderdoc/3rdparty/toolwindowmanager/ToolWindowManagerTabBar.cpp index 802322cea..e9656df41 100644 --- a/qrenderdoc/3rdparty/toolwindowmanager/ToolWindowManagerTabBar.cpp +++ b/qrenderdoc/3rdparty/toolwindowmanager/ToolWindowManagerTabBar.cpp @@ -211,6 +211,9 @@ void ToolWindowManagerTabBar::resizeEvent(QResizeEvent *event) { m_pin.rect = style()->subElementRect(QStyle::SE_DockWidgetFloatButton, &option, this); m_close.rect = style()->subElementRect(QStyle::SE_DockWidgetCloseButton, &option, this); + + // TODO - temporarily until this is implemented, hide the pin button. + m_pin.rect = QRect(); } void ToolWindowManagerTabBar::mousePressEvent(QMouseEvent *event) {