fix: hide scrollbar highlights in overlay window (#5769)

This commit is contained in:
nerix
2024-12-21 11:25:21 +01:00
committed by GitHub
parent 13d871fc81
commit a540770ce2
4 changed files with 20 additions and 1 deletions
+1
View File
@@ -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);