On Thu, Dec 4, 2008 at 10:36 AM, Ashesh Vashi <[EMAIL PROTECTED]> wrote: > Hi Dave Page, >> >> I think - this is a bug from a while, I can reproduce the same for the >> "Criteria Panel". >> If I make any changes in the "Criteria Panel", and then click "Columns >> Panel", the main >> tab set at the top switches to "SQL Editor". :( >> >> I will send a patch for it. > > As I have told you, this was a bug introduced earlier. > The object sqlNoteBook (in frmQuery class) and the object tabs (in the > gqbController class) > both were using the same id (CTL_NTBKCENTER). > And in frmQuery class, an event handler - OnChangeNotebook is registered > with this id. > > I changed the id for the object tabs of gqbController to CTL_NTBKPANELS. > > Please find the patch for the same.
thanks - patch applied. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
