fixed the default scrollbar size
This commit is contained in:
@@ -92,6 +92,10 @@ ChannelView::ChannelView(BaseWidget *parent)
|
|||||||
});
|
});
|
||||||
|
|
||||||
this->pauseTimeout.setSingleShot(true);
|
this->pauseTimeout.setSingleShot(true);
|
||||||
|
|
||||||
|
auto e = new QResizeEvent(this->size(), this->size());
|
||||||
|
this->resizeEvent(e);
|
||||||
|
delete e;
|
||||||
}
|
}
|
||||||
|
|
||||||
ChannelView::~ChannelView()
|
ChannelView::~ChannelView()
|
||||||
|
|||||||
Reference in New Issue
Block a user