This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.

The branch, next has been updated
       via  0121d78e54692de504255062461be9758dc9c05a (commit)
      from  13a9ebedcfa728527da439e8b8739534ca2fed6b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/0121d78e54692de504255062461be9758dc9c05a

commit 0121d78e54692de504255062461be9758dc9c05a
Author: Doug Torrance <dtorra...@monmouthcollege.edu>
Date:   Mon May 19 08:53:25 2014 -0500

    WINGs: Click on colored portion of color well also opens color panel.
    
    The color well contains two views: view, consisting of the outer "button", 
and
    colorView, consisting of the color itself.  Previously, only clicking on 
view
    would bring up the corresponding color panel, resulting in nonintuitive
    behavior.

diff --git a/WINGs/wcolorwell.c b/WINGs/wcolorwell.c
index ace85cd0..595531c4 100644
--- a/WINGs/wcolorwell.c
+++ b/WINGs/wcolorwell.c
@@ -151,6 +151,7 @@ WMColorWell *WMCreateColorWell(WMWidget * parent)
        WMCreateDragHandler(cPtr->colorView, handleDragEvents, cPtr);
 
        WMCreateEventHandler(cPtr->view, ButtonPressMask, handleActionEvents, 
cPtr);
+       WMCreateEventHandler(cPtr->colorView, ButtonPressMask, 
handleActionEvents, cPtr);
 
        cPtr->colorView->flags.mapWhenRealized = 1;
 

-----------------------------------------------------------------------

Summary of changes:
 WINGs/wcolorwell.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


repo.or.cz automatic notification. Contact project admin crma...@gmail.com
if you want to unsubscribe, or site admin ad...@repo.or.cz if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to