pgAdmin III commit: Fix an issue when editing date value in frmEditGrid - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix an issue when editing date value in frmEditGrid
Date
Msg-id 201009021618.o82GICkK028018@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix an issue when editing date value in frmEditGrid

There was a bug which makes the date value invisible. Adding two pixels to the
height of the widget fixes that.

Patch from Steffen Kuhn.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ec4098968604f0acd3ef34fad56afb63b9add062
Author: Steffen Kuhn <pg@kuhnsteffen.de>

Modified Files
--------------
pgadmin/frm/frmEditGrid.cpp |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Problem with insert - 1.12.0 RC1
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix an issue when editing date value in frmEditGrid