PATCH: fix size check in dlgProperty

From: Dmitriy Olshevskiy <olshevskiy87(at)bk(dot)ru>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: fix size check in dlgProperty
Date: 2015-07-04 10:37:58
Message-ID: 5597B786.8000202@bk.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

hello again.
method dlgDefaultSecurityProperty::OnChangeSize
contains the repeated
expressions with l_size.GetWidth() in the
conditional operator. I guess the second
expression must by l_size.GetHeight()> 25.
I have attached the file with the correction.
could you review it?
thank you.

--
Dmitriy Olshevskiy

Attachment Content-Type Size
t.33.patch text/x-patch 920 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sanket Mehta 2015-07-06 07:56:51 Re: Patch : PGPASSFILE fix
Previous Message Dmitriy Olshevskiy 2015-07-04 09:52:29 PATCH: fix typos