summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-12 22:02:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-15 11:21:58 +0900
commita88edb989086befd24756f0c03fcc363ddf9e365 (patch)
tree79c1d68dae4550b58ddf523990a40b63b2f19583
parent3114e19a2e14ae2a2d5b0f5b1bb91688391d6adc (diff)
downloadtdetoys-r14.1.4.tar.gz
tdetoys-r14.1.4.zip
kteatime: make sure to initialize 'firstFrame'.r14.1.4
This solves issue 49. See discussion in PR #50 for details. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cd84765124f3bd0e4bb71eced461d00df8b99718)
-rw-r--r--kteatime/toplevel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kteatime/toplevel.cpp b/kteatime/toplevel.cpp
index 4e9f5ad..9657745 100644
--- a/kteatime/toplevel.cpp
+++ b/kteatime/toplevel.cpp
@@ -447,6 +447,7 @@ void TopLevel::start()
running = true;
ready = false;
+ firstFrame = true;
enable_menuEntries(); // disable "start", enable "stop"
repaint();