Fixed bug with vertical scrollbar detection in ChangeListPane widget
This commit is contained in:
@@ -116,7 +116,7 @@ namespace Widgets
|
||||
void ChangeListPane::refreshChangeListViewSize() {
|
||||
this->changeListView->setFixedWidth(
|
||||
this->container->width() - (
|
||||
this->changeListView->verticalScrollBar()->isVisible() ? this->parentPanel->getHandleSize() : 0
|
||||
this->changeListView->verticalScrollBar()->maximum() > 0 ? this->parentPanel->getHandleSize() : 0
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user