adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-1 e167248 062/237: Fixed a bu


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 e167248 062/237: Fixed a bug in displaying bubbles
Date: Mon, 25 Jul 2016 18:14:57 +0000 (UTC)

tag: Release_0-3-1
commit e1672483cecb1a047a119801de5989a28ca63ba2
Author: adondev <adondev>
Commit: adondev <adondev>

    Fixed a bug in displaying bubbles
---
 scripts/modules/schedules.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/modules/schedules.py b/scripts/modules/schedules.py
index 72d9443..169b907 100755
--- a/scripts/modules/schedules.py
+++ b/scripts/modules/schedules.py
@@ -99,9 +99,9 @@ def speak (mychar, text):
 
         b = bubble (mychar, text)
         b.thisown = 0
-
+        
         # -- add the bubble to the win_manager, but don't give it the focus
-        win_manager_add (b)
+        win_manager_add_after (b, gamedata_map_engine ().get_mapview ())
 
 
 # -- the "bubble"-window



reply via email to

[Prev in Thread] Current Thread [Next in Thread]