fix: hide scrollbar highlights in overlay window (#5769)
This commit is contained in:
@@ -127,6 +127,7 @@ OverlayWindow::OverlayWindow(IndirectChannel channel,
|
||||
this->channelView_.setChannel(this->channel_.get());
|
||||
});
|
||||
this->channelView_.scrollbar()->setHideThumb(true);
|
||||
this->channelView_.scrollbar()->setHideHighlights(true);
|
||||
|
||||
this->setAutoFillBackground(false);
|
||||
this->resize(300, 500);
|
||||
|
||||
Reference in New Issue
Block a user