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.o86KEoNr057849@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
------
master

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

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