pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-665-g5b591


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-665-g5b59146
Date: Wed, 08 May 2013 05:30:48 +0000

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 "GNU PSPP".

The branch, master has been updated
       via  5b59146f8d060754b14eba415dcc9066d8bc7b02 (commit)
      from  0b0ca44889e637251cb5f2dbf3c7fdc4ec8b9bd7 (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 -----------------------------------------------------------------
commit 5b59146f8d060754b14eba415dcc9066d8bc7b02
Author: Ben Pfaff <address@hidden>
Date:   Tue May 7 22:29:50 2013 -0700

    psppire-cell-renderer-button: Translate coords before propagating event.
    
    When propagating a right-click upward, the x and y coordinates in the
    event are those for the button, not for the parent window, but the parent
    window's signal handlers will expect that they are relative to the parent
    window.  This commit makes that so.
    
    Without this commit, the following scenario occurs:
    
    1. Open a dataset with at least two cases.
    2. Switch to the Data View
    3. Place the pointer over (say) the tenth row header button.
    4. Click the left mouse button.
    5. Click the right mouse button.
    6. The popup menu appears (as it should), but row 1 gets selected instead
       of row 10.
    
    With this commit, in step 6 the correct row is selected.
    
    Bug #38922.
    Reported by John Darrington.

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

Summary of changes:
 src/ui/gui/psppire-cell-renderer-button.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]