[sawfish] when moving a window with the keyboard it could sometimes happen, that there was a 'gap' between the
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish] when moving a window with the keyboard it could sometimes happen, that there was a 'gap' between the
- Date: Sun, 30 Jan 2011 12:21:51 +0000 (UTC)
commit 86b474450179ea9b152549302e4e563502d96e11
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Sun Jan 30 13:21:27 2011 +0100
when moving a window with the keyboard it could sometimes
happen, that there was a 'gap' between the tabs. This is now fixed.
lisp/sawfish/wm/tabs/tabgroup.jl | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/lisp/sawfish/wm/tabs/tabgroup.jl b/lisp/sawfish/wm/tabs/tabgroup.jl
index c762db8..20663ef 100644
--- a/lisp/sawfish/wm/tabs/tabgroup.jl
+++ b/lisp/sawfish/wm/tabs/tabgroup.jl
@@ -308,7 +308,11 @@ fixed-position."
(tab-refresh-group win 'depth)))))
(add-hook 'before-move-hook (lambda (win) (adjustment-title win)))
- (add-hook 'after-move-hook (lambda (win) (tab-refresh-group win 'move)))
+ (add-hook 'after-move-hook
+ (lambda (win)
+ (adjustment-title win)
+ (tab-refresh-group win 'move)))
+
(add-hook 'after-resize-hook (lambda (win) (tab-refresh-group win 'resize)))
;; only update tabs by move if opaque move mode (opaque = slow)
;;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]