pgAdmin III commit: Make sure the DEL key is usable in the frmEditGrid

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Make sure the DEL key is usable in the frmEditGrid
Дата
Msg-id 201009062014.o86KEoVC057851@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Make sure the DEL key is usable in the frmEditGrid

DEL key was sometime disabled when the Delete menu item was disabled (meaning,
each time the user didn't select a complete row). Text deletion wasn't working
as usual (no delete of the selected text, etc.). This patch fixes all these
issues.

Report from Lutischan Ferenc.

Branch
------
REL-1_12_0_PATCHES

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

Modified Files
--------------
pgadmin/frm/frmEditGrid.cpp |   22 ++++++++++------------
1 files changed, 10 insertions(+), 12 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Fwd: Pgadmin 1.12 rc1 editing bug
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Fwd: Pgadmin 1.12 rc1 editing bug