PATCH: fix size check in dlgProperty - Mailing list pgadmin-hackers

From Dmitriy Olshevskiy
Subject PATCH: fix size check in dlgProperty
Date
Msg-id 5597B786.8000202@bk.ru
Whole thread Raw
Responses Re: PATCH: fix size check in dlgProperty
List 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

pgadmin-hackers by date:

Previous
From: Dmitriy Olshevskiy
Date:
Subject: PATCH: fix typos
Next
From: Sanket Mehta
Date:
Subject: Re: Patch : PGPASSFILE fix