ui: sub bundle for anonymous namespaces

bug id = 126
This commit is contained in:
Eberhard Graether
2016-08-06 14:47:38 +02:00
parent 7616e07eeb
commit fae418897c
4 changed files with 105 additions and 43 deletions
@@ -62,6 +62,11 @@ void QtGraphNodeExpandToggle::onClick()
void QtGraphNodeExpandToggle::updateStyle()
{
if (!m_icon)
{
return;
}
GraphViewStyle::NodeStyle style = GraphViewStyle::getStyleOfExpandToggleNode();
setStyle(style);