File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
NodeGraphQt/custom_widgets Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ def _build_tree(self):
9595 cat_item = _BaseNodeTreeItem (self , [label ], type = TYPE_CATEGORY )
9696 cat_item .setFirstColumnSpanned (True )
9797 cat_item .setFlags (QtCore .Qt .ItemIsEnabled )
98- cat_item .setBackground (0 , QtGui .QBrush (palette .midlight ().color ()))
9998 cat_item .setSizeHint (0 , QtCore .QSize (100 , 26 ))
10099 self .addTopLevelItem (cat_item )
101100 cat_item .setExpanded (True )
Original file line number Diff line number Diff line change 115115 properties_bin = PropertiesBinWidget (node_graph = graph )
116116 properties_bin .setWindowFlags (QtCore .Qt .Tool )
117117
118- # example show the node properties bin widget when a node is double clicked.
118+ # example show the node properties bin widget when a node is double- clicked.
119119 def display_properties_bin (node ):
120120 if not properties_bin .isVisible ():
121121 properties_bin .show ()
You can’t perform that action at this time.
0 commit comments