mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed resizehandles showing when switching tabs
This commit is contained in:
parent
77630d5c85
commit
f654528e28
|
@ -1012,6 +1012,7 @@ SplitContainer::ResizeHandle::ResizeHandle(SplitContainer *_parent)
|
|||
, parent(_parent)
|
||||
{
|
||||
this->setMouseTracking(true);
|
||||
this->hide();
|
||||
}
|
||||
|
||||
void SplitContainer::ResizeHandle::paintEvent(QPaintEvent *)
|
||||
|
|
Loading…
Reference in a new issue