Skip to content

Commit

Permalink
UI Nit - Compare Pane Action not marked in View menu
Browse files Browse the repository at this point in the history
... when ComparePane is opened by drag&drop event menu item "Show Compare Pane" was not marked active
  • Loading branch information
Joern-R committed Oct 4, 2016
1 parent 248a4b7 commit b018ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/TabView.cpp
Expand Up @@ -297,7 +297,7 @@ TabView::setBottom(QWidget *widget)
void
TabView::dragEvent(bool x)
{
setShowBottom(x);
setBottomRequested(x);
context->mainWindow->setToolButtons(); // toolbuttons reflect show/hide status
}

Expand Down

0 comments on commit b018ded

Please sign in to comment.