pgAdmin III commit: Fix copy bug in the edit grid - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix copy bug in the edit grid
Date
Msg-id 201012212306.oBLN6tK2022057@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix copy bug in the edit grid

If you select only a part of the text in a cell, and try to copy it, it really
copies all the cell. This patch makes sure that only the selected text is
copied.

Report from Mauro Bertoli.

Branch
------
REL-1_12_0_PATCHES

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

Modified Files
--------------
CHANGELOG                   |    4 +++-
pgadmin/frm/frmEditGrid.cpp |   13 ++++++++++++-
2 files changed, 15 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Fwd: dlgEditGridOptions
Next
From: Dave Page
Date:
Subject: Re: Fwd: dlgEditGridOptions