gui: color select
This commit is contained in:
@@ -67,6 +67,7 @@ class ColorSelect(QtWidgets.QPushButton):
|
||||
self.update()
|
||||
|
||||
def value(self):
|
||||
if self._value:
|
||||
return self._value.replace('#', '0x')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user