fixed resizehandles showing when switching tabs
This commit is contained in:
@@ -1012,6 +1012,7 @@ SplitContainer::ResizeHandle::ResizeHandle(SplitContainer *_parent)
|
||||
, parent(_parent)
|
||||
{
|
||||
this->setMouseTracking(true);
|
||||
this->hide();
|
||||
}
|
||||
|
||||
void SplitContainer::ResizeHandle::paintEvent(QPaintEvent *)
|
||||
|
||||
Reference in New Issue
Block a user