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 ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=267c594ae6663becb29de3955f94d37d7705fcfb Modified Files -------------- CHANGELOG | 2 ++ pgadmin/frm/frmEditGrid.cpp | 13 ++++++++++++- 2 files changed, 14 insertions(+), 1 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
