Re: [pgadmin-hackers] SetSize function never called in case of modal dialog

2012-08-28 Thread Dave Page
Thanks, patch applied. On Tue, Aug 28, 2012 at 4:51 PM, Akshay Joshi wrote: > Hi Dave > > I have seen one problem in the dlgProperty::Go() function, where SetSize() > function which is used to fix UI glitch on MacOS X and Windows has never > been called in case of modal dialog. I have fixed the i

[pgadmin-hackers] SetSize function never called in case of modal dialog

2012-08-28 Thread Akshay Joshi
Hi Dave I have seen one problem in the dlgProperty::Go() function, where SetSize() function which is used to fix UI glitch on MacOS X and Windows has never been called in case of modal dialog. I have fixed the issue. Attached is the patch. Can you please review it and if it looks OK to you please