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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
