[gnome-shell] keyboard: don't raise to the top when showing
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] keyboard: don't raise to the top when showing
- Date: Mon, 20 May 2013 20:00:53 +0000 (UTC)
commit db2e6e5b9529c8af3b17767caefc99b2b3963332
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Mon May 20 21:45:30 2013 +0200
keyboard: don't raise to the top when showing
The stacking is already correct due to the grouping, and calling
raise_top() results in the keyboard above the OSDs.
https://bugzilla.gnome.org/show_bug.cgi?id=700620
js/ui/layout.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/layout.js b/js/ui/layout.js
index 7cc7d48..c493292 100644
--- a/js/ui/layout.js
+++ b/js/ui/layout.js
@@ -686,7 +686,6 @@ const LayoutManager = new Lang.Class({
},
showKeyboard: function () {
- this.keyboardBox.raise_top();
Tweener.addTween(this.keyboardBox,
{ anchor_y: this.keyboardBox.height,
time: KEYBOARD_ANIMATION_TIME,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]