From 608c73364ed3fa05a4c5cea372fb4d5ace473c34 Mon Sep 17 00:00:00 2001 From: Sawyer McLane Date: Tue, 5 Feb 2019 13:35:35 -0700 Subject: [PATCH] Tiny changes. Tag this beta 6. --- _constants.py | 4 ++-- default.ini | 2 +- gui.pyw | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_constants.py b/_constants.py index 70b524f..427bc3f 100644 --- a/_constants.py +++ b/_constants.py @@ -1,4 +1,4 @@ VERSION = "1.6.0" -BUILD_DATE = "2019-01-30T15:18:11.604699" +BUILD_DATE = "2019-02-05T13:32:15.308866" AUTHOR = "Sawyer McLane" -DEBUGGING = False +DEBUGGING = True diff --git a/default.ini b/default.ini index ce0d55e..1e0cc8d 100644 --- a/default.ini +++ b/default.ini @@ -16,4 +16,4 @@ duration = 0.0 [Info] version = 1.6.0 author = Sawyer McLane -builddate = 2019-01-30T15:18:11.604699 +builddate = 2019-02-05T13:32:15.308866 diff --git a/gui.pyw b/gui.pyw index 19bcb24..0d4f97c 100644 --- a/gui.pyw +++ b/gui.pyw @@ -453,6 +453,7 @@ class LightFrame(ttk.Labelframe): return self.label def trigger_icon_update(self, *args): + """ Just sets a flag for now. Could be more advanced in the future. """ self.icon_update_flag = True def get_color_values_hsbk(self):