Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=21254116a46ed3c4d6caa4dc7df7ef4557aa0437 Author: Steffen Kuhn <[email protected]>
Log Message ----------- Allow paste for text in a textbox of frmEditGrid Previously, only the wxStyledTextCtrl component was handled. This patch allows the user to paste a text inside a numeric field for example. Patch from Steffen Kuhn. Branch ------ master Modified Files -------------- CHANGELOG | 2 ++ pgadmin/frm/frmEditGrid.cpp | 8 ++++++++ 2 files changed, 10 insertions(+), 0 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
