Обсуждение: pgAdmin III commit: Allow paste for text in a textbox of frmEditGrid

Поиск
Список
Период
Сортировка

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

От
Guillaume Lelarge
Дата:
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=21254116a46ed3c4d6caa4dc7df7ef4557aa0437
Author: Steffen Kuhn <pg@kuhnsteffen.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(-)