Skip to content

Commit 2f2bacf

Browse files
committed
fixed tooltip
1 parent af860bb commit 2f2bacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/custom_widgets/properties_bin/custom_widget_color_picker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _update_color(self):
111111
'''.format(*c)
112112
)
113113
self._button.setToolTip(
114-
'rgb: {}\nhex: {}'.format(self._color[:3], hex_color)
114+
'rgba: {}\nhex: {}'.format(self._color, hex_color)
115115
)
116116

117117
def get_value(self):

0 commit comments

Comments
 (0)