Redraw required on Linux.

This commit is contained in:
Lubos Lenco 2016-11-02 20:03:23 +01:00
parent 16a8c5f5cd
commit c8a65da54b

View file

@ -32,6 +32,8 @@ def on_scene_update_post(context):
if area.type == 'VIEW_ARMORY':
state.chromium_running = True
barmory.draw()
if armutils.get_os() == 'linux':
area.tag_redraw()
# Have to update chromium one more time before exit, to prevent 'AudioSyncReader::Read timed out' warnings
if state.chromium_running == False: