pgAdmin III commit: Resolved an issue related enable/disable menu items

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin III commit: Resolved an issue related enable/disable menu items
Дата
Msg-id E1ZeIRE-0007IL-Nb@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin III commit: Resolved an issue related enable/disable menu items  ("J.F. Oster" <jinfroster@mail.ru>)
Список 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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: pgadmin4 setup.py, first time run
Следующее
От: "Prasad Somwanshi"
Дата:
Сообщение: Re: pgadmin4 setup.py, first time run