Skip to content

Commit

Permalink
Initially set all symbol layer nodes to expanded
Browse files Browse the repository at this point in the history
(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)
  • Loading branch information
nyalldawson committed Dec 3, 2015
1 parent 25aa60e commit b31d9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/symbology-ng/qgssymbolv2selectordialog.cpp
Expand Up @@ -337,6 +337,7 @@ void QgsSymbolV2SelectorDialog::loadSymbol( QgsSymbolV2* symbol, SymbolLayerItem
{
loadSymbol( symbol->symbolLayer( i )->subSymbol(), layerItem );
}
layersTree->setExpanded( layerItem->index(), true );
}
layersTree->setExpanded( symbolItem->index(), true );
}
Expand Down

0 comments on commit b31d9be

Please sign in to comment.