removed print button, cleanup last Gtk3 porting issues
This commit is contained in:
@@ -76,7 +76,6 @@ class Drawable:
|
||||
"Sets a channel to a certain plot-style"
|
||||
if channel in self.styles:
|
||||
print("Drawable Warning: Style key \"%s\" will be overwritten with \"%s\"" % (str(channel), str(value)))
|
||||
|
||||
self.styles[channel] = str(value)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user