Gui: [skip ci] fix several warnings:
* -Wunused-variable * -Wunused-lambda-capture
This commit is contained in:
@@ -1404,7 +1404,7 @@ void TreeParams::onResizableColumnChanged() {
|
||||
}
|
||||
|
||||
void TreeParams::onIconSizeChanged() {
|
||||
auto tree = TreeWidget::instance();
|
||||
// auto tree = TreeWidget::instance();
|
||||
// Commented out temporarily while merging PR #7888
|
||||
//if (tree)
|
||||
//tree->setIconHeight(TreeParams::getIconSize());
|
||||
|
||||
Reference in New Issue
Block a user