[Orxonox-commit 2634] r7339 - code/branches/notifications/data/gui/scripts

dafrick at orxonox.net dafrick at orxonox.net
Fri Sep 3 16:00:28 CEST 2010


Author: dafrick
Date: 2010-09-03 16:00:28 +0200 (Fri, 03 Sep 2010)
New Revision: 7339

Modified:
   code/branches/notifications/data/gui/scripts/SheetManager.lua
Log:
Small fix.


Modified: code/branches/notifications/data/gui/scripts/SheetManager.lua
===================================================================
--- code/branches/notifications/data/gui/scripts/SheetManager.lua	2010-09-03 13:55:32 UTC (rev 7338)
+++ code/branches/notifications/data/gui/scripts/SheetManager.lua	2010-09-03 14:00:28 UTC (rev 7339)
@@ -77,7 +77,9 @@
         hideMenuSheet(name)
     end
 
-    menuSheet.tShowCursor = TriBool.Dontcare
+    if bNoInput == false then
+        menuSheet.tShowCursor = TriBool.Dontcare
+    end
 
     -- Add the sheet in a tuple of additional information
     local sheetTuple =




More information about the Orxonox-commit mailing list