Gui: Temporarily disable tree icon height call

This commit is contained in:
Chris Hennes
2022-12-03 17:07:51 -06:00
parent 790c6fb602
commit 815a39b854

View File

@@ -1405,8 +1405,9 @@ void TreeParams::onResizableColumnChanged() {
void TreeParams::onIconSizeChanged() {
auto tree = TreeWidget::instance();
if (tree)
tree->setIconHeight(TreeParams::getIconSize());
// Commented out temporarily while merging PR #7888
//if (tree)
//tree->setIconHeight(TreeParams::getIconSize());
}
void TreeParams::onFontSizeChanged() {