pgAdmin III commit: Fix copy bug in the edit grid

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix copy bug in the edit grid
Date: 2010-12-21 23:06:55
Message-ID: 201012212306.oBLN6tK2022057@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-12-22 09:32:37 Re: Fwd: dlgEditGridOptions
Previous Message Guillaume Lelarge 2010-12-21 21:49:14 Re: Fwd: dlgEditGridOptions