feat: Add setting to hide scrollbar thumb (#5731)

Hiding the scrollbar thumb will disable all mouse click/drag interaction
in the scrollbar
This commit is contained in:
pajlada
2024-11-24 13:18:42 +01:00
committed by GitHub
parent 14c4bb6459
commit fd299f113c
6 changed files with 61 additions and 7 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ OverlayWindow::OverlayWindow(IndirectChannel channel,
this->holder_.managedConnect(this->channel_.getChannelChanged(), [this]() {
this->channelView_.setChannel(this->channel_.get());
});
this->channelView_.scrollbar()->setShowThumb(false);
this->channelView_.scrollbar()->setHideThumb(true);
this->setAutoFillBackground(false);
this->resize(300, 500);