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.o82GICq7028020@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
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=528c01180d3f76ab26e18873c73908cfaecc9e8d
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: pgAdmin III commit: Fix an issue when editing date value in frmEditGrid
Next
From: Guillaume Lelarge
Date:
Subject: Re: Fwd: Editing date values in frmEditGrid