Re: ** to GIT source users ** Some incompatibility in "StyleTab"



Hi,

On Fri, 11 Feb 2011 19:20:57 +0100
wrote fuchur <flohtransporter gmail com>:

>2. Icon switch with tabbed windows, redraw not correct (see screenshot).

A patch to fix this.

-- 
Regards,
Fuchur

GPG Fingerprint: CA3B 8204 5B3E 6D48 6D53  C116 E5BC 70D5 B8D7 B2B0
diff -urNad sawfish-git-9999.orgi/themes/StyleTab/theme.jl sawfish-git-9999/themes/StyleTab/theme.jl
--- sawfish-git-9999.orgi/themes/StyleTab/theme.jl	2011-02-11 20:09:13.000000000 +0100
+++ sawfish-git-9999/themes/StyleTab/theme.jl	2011-02-11 20:15:48.000000000 +0100
@@ -319,7 +319,8 @@
     (call-window-hook 'window-state-change-hook w (list '(title-position)))
     (tab-refresh-group w 'reframe)
     (move-window-to w pos-x pos-y)
-    (resize-window-to w dim-x dim-y)))
+    (resize-window-to w dim-x dim-y)
+    (tab-refresh-group w 'move)))
 
 (define (horiz-button1)
   "To left, move tab-bar."

Attachment: signature.asc
Description: PGP signature



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