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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user