pgAdmin III commit: Fix an issue when editing date value in frmEditGrid

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix an issue when editing date value in frmEditGrid
Date: 2010-09-02 16:18:12
Message-ID: 201009021618.o82GICq7028020@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)kuhnsteffen(dot)de>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-02 16:18:52 Re: Fwd: Editing date values in frmEditGrid
Previous Message Guillaume Lelarge 2010-09-02 15:55:21 Re: Problem with insert - 1.12.0 RC1