Upload files to 'project_manager'
This commit is contained in:
parent
793e7009e9
commit
521e9e0229
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ import datetime
|
|||
import gi
|
||||
gi.require_version('Gtk', '3.0')
|
||||
from gi.repository import Gtk
|
||||
from gi.repository import GLib
|
||||
import cairo
|
||||
|
||||
# Own modules
|
||||
|
@ -154,7 +155,7 @@ def pmdrawing(pmdrawing, main_layer, win):
|
|||
# Getting update info. I've added a bit of delay. So the starting of the
|
||||
# Popen would not be noticed by the user as much.
|
||||
if win.current["frame"] > 50:
|
||||
update_reader.get_update_info(win)
|
||||
GLib.timeout_add(1 , update_reader.get_update_info, win)
|
||||
|
||||
|
||||
# Current frame (for animations and things like this)
|
||||
|
|
Loading…
Reference in a new issue