Browse Source

Keep application signals alive

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-alpha2
falkTX 6 years ago
parent
commit
07b0d9c7d2
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/frontend/carla_host.py

+ 1
- 0
source/frontend/carla_host.py View File

@@ -127,6 +127,7 @@ class HostWindow(QMainWindow):
# ----------------------------------------------------------------------------------------------------
# Internal stuff

self.fIdleTimerNull = self.startTimer(1000) # keep application signals alive
self.fIdleTimerFast = 0
self.fIdleTimerSlow = 0



Loading…
Cancel
Save