removed print button, cleanup last Gtk3 porting issues
Build Debian Packages / build (bookworm, debian12) (push) Successful in 7m47s
Build Debian Packages / build (bullseye, debian11) (push) Successful in 6m55s
Build Debian Packages / build (trixie, debian13) (push) Successful in 8m58s

This commit is contained in:
2026-03-17 09:00:05 +01:00
parent 05b9f1305c
commit f5811b8ee1
4 changed files with 49 additions and 301 deletions
-1
View File
@@ -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)