diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-12 22:02:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-15 11:21:58 +0900 |
commit | a88edb989086befd24756f0c03fcc363ddf9e365 (patch) | |
tree | 79c1d68dae4550b58ddf523990a40b63b2f19583 /kteatime | |
parent | 3114e19a2e14ae2a2d5b0f5b1bb91688391d6adc (diff) | |
download | tdetoys-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)
Diffstat (limited to 'kteatime')
-rw-r--r-- | kteatime/toplevel.cpp | 1 |
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(); |