Skip to content

Commit b31d9be

Browse files
committed
Initially set all symbol layer nodes to expanded
(it's a pain to have to always expand these out to edit sub symbols and there's never going to be so many layers in a symbol to make space a big issue)
1 parent 25aa60e commit b31d9be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/symbology-ng/qgssymbolv2selectordialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ void QgsSymbolV2SelectorDialog::loadSymbol( QgsSymbolV2* symbol, SymbolLayerItem
337337
{
338338
loadSymbol( symbol->symbolLayer( i )->subSymbol(), layerItem );
339339
}
340+
layersTree->setExpanded( layerItem->index(), true );
340341
}
341342
layersTree->setExpanded( symbolItem->index(), true );
342343
}

0 commit comments

Comments
 (0)