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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Make sure the DEL key is usable in the frmEditGrid
Date: 2010-09-06 20:14:50
Message-ID: 201009062014.o86KEoNr057849@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-06 20:15:20 Re: Fwd: Pgadmin 1.12 rc1 editing bug
Previous Message Dave Page 2010-09-06 19:11:17 Re: Fwd: Pgadmin 1.12 rc1 editing bug