Skip to content

Commit

Permalink
Make the pqViewFrame draggable on the view name label
Browse files Browse the repository at this point in the history
Fixes #15643
  • Loading branch information
mathturtle committed Mar 30, 2017
1 parent fd99771 commit a9caba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Qt/Components/pqViewFrame.cxx
Expand Up @@ -120,6 +120,7 @@ pqViewFrame::pqViewFrame(QWidget* parentObject)
this->ContextMenu->addAction(this->StandardToolButtons[Close]->defaultAction());

this->setBorderColor(QColor("blue"));
this->Internals->Ui.TitleLabel->installEventFilter(this);
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit a9caba2

Please sign in to comment.