pgAdmin III commit: Allow paste for text in a textbox of frmEditGrid

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow paste for text in a textbox of frmEditGrid
Date: 2010-08-30 11:49:36
Message-ID: 201008301149.o7UBnacJ036499@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=21254116a46ed3c4d6caa4dc7df7ef4557aa0437
Author: Steffen Kuhn <pg(at)kuhnsteffen(dot)de>

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-30 11:52:05 Re: #197 copy/paste numeric fields
Previous Message Ashesh Vashi 2010-08-30 11:37:50 Re: Visual relicts gqb