ui: sub bundle for anonymous namespaces
bug id = 126
This commit is contained in:
@@ -62,6 +62,11 @@ void QtGraphNodeExpandToggle::onClick()
|
||||
|
||||
void QtGraphNodeExpandToggle::updateStyle()
|
||||
{
|
||||
if (!m_icon)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
GraphViewStyle::NodeStyle style = GraphViewStyle::getStyleOfExpandToggleNode();
|
||||
setStyle(style);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user