Re: [pgadmin-hackers] Changing font bug

2003-10-16 Thread Andreas Pflug
Jean-Michel POURE wrote: Le Jeudi 16 Octobre 2003 13:11, Andreas Pflug a écrit : This has nothing to do with fonts; actually, this can't happen at all because we don't use any three state button. Can you backtrace where this comes from? Options->Query dialog. I changed the font and it cras

Re: [pgadmin-hackers] Changing font bug

2003-10-16 Thread Jean-Michel POURE
Le Jeudi 16 Octobre 2003 13:11, Andreas Pflug a écrit : > This has nothing to do with fonts; actually, this can't happen at all > because we don't use any three state button. > Can you backtrace where this comes from? Options->Query dialog. I changed the font and it crashed on both computers. Now

Re: [pgadmin-hackers] Changing font bug

2003-10-16 Thread Andreas Pflug
Jean-Michel POURE wrote: Dear friends, When trying to change font size of pgAdmin3-cvs3001014 under RedHat and Debian, I have the reproducable error: /usr/include/wx/checkbox.h(70): assert "!Is3State()" failed: Calling IsChecked() doesn't make sense for a three state checkbox, Use Get3StateVa

[pgadmin-hackers] Changing font bug

2003-10-16 Thread Jean-Michel POURE
Dear friends, When trying to change font size of pgAdmin3-cvs3001014 under RedHat and Debian, I have the reproducable error: /usr/include/wx/checkbox.h(70): assert "!Is3State()" failed: Calling IsChecked() doesn't make sense for a three state checkbox, Use Get3StateValue() instead Do you want