[gnome-games] lightsoff: Raise keyboard-cursor, in case something was added on top of it
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-games] lightsoff: Raise keyboard-cursor, in case something was added on top of it
- Date: Mon, 25 Jan 2010 04:41:20 +0000 (UTC)
commit 00d5e7ce9ce48a1ada5dba37da9e50a2a56b7624
Author: Tim Horton <hortont424 gmail com>
Date: Sun Jan 24 23:23:20 2010 -0500
lightsoff: Raise keyboard-cursor, in case something was added on top of it
lightsoff/src/Game.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lightsoff/src/Game.js b/lightsoff/src/Game.js
index 94c1035..505afab 100644
--- a/lightsoff/src/Game.js
+++ b/lightsoff/src/Game.js
@@ -231,6 +231,8 @@ GameView = new GType({
keycursor.ready = false;
}
+ keycursor_view.raise_top();
+
if(keycursor.ready)
{
if(event.key.keyval == Clutter.Up && keycursor.y > 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]