pgAdmin III commit: Resolved an issue related enable/disable menu items - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Resolved an issue related enable/disable menu items
Date
Msg-id E1ZeIRE-0007IL-Nb@gothos.postgresql.org
Whole thread Raw
Responses Re: pgAdmin III commit: Resolved an issue related enable/disable menu items  ("J.F. Oster" <jinfroster@mail.ru>)
List pgadmin-hackers
Resolved an issue related enable/disable menu items in Query Editor
specifically for Unity Desktop Environment.

wxWidgets was not able to identify the current focused control in some
cases, during certain event generation. And, that was resulting into
disabling the wrong menu items.
i.e.
Copy, Paste, Undo, Redo, Cut, Paste, Add/Manage favourite menu(s)

In order to resolve the issue, we will not consider the events
generated, but - no control gets focused, while enabling/disabling the
menus.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cd9f615564334ed91d4760c971beae249cf9bd83

Modified Files
--------------
CHANGELOG                |    3 +++
pgadmin/frm/frmQuery.cpp |   59 +++++++++++++++++++++++++++-------------------
2 files changed, 38 insertions(+), 24 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: pgadmin4 setup.py, first time run
Next
From: "Prasad Somwanshi"
Date:
Subject: Re: pgadmin4 setup.py, first time run