kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=7729a91424fe7a5e5c034631384aaf04e731db9f

commit 7729a91424fe7a5e5c034631384aaf04e731db9f
Author: Kim Woelders <k...@woelders.dk>
Date:   Sun Apr 27 20:50:23 2014 +0200

    Fix glitch in "Refactor background dialog data handling".
---
 src/backgrounds.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backgrounds.c b/src/backgrounds.c
index 28857e7..d52728e 100644
--- a/src/backgrounds.c
+++ b/src/backgrounds.c
@@ -1658,7 +1658,7 @@ BG_RedrawView(Dialog * d)
 
           ImageclassApplySimple(ic, win, pmap,
                                 (bg == dd->bg) ? STATE_CLICKED : STATE_NORMAL,
-                                x, 0, mini_w + 8, 48 + 8);
+                                x, 0, mini_w + 8, mini_h + 8);
 
           if (BackgroundIsNone(bg))
             {

-- 


Reply via email to