But that's dangerous, you could forget to recalc it.I already posted a bug on that, with no answer for two weeks.
I'm testing this with pgAdmin3 itself; no need to restart it if compiled for debugging.
Oh yes, so you can :-)
It also seems the you can get around it by simply removing the d from
the dialogue size, and temporarily doubling the size values. It's only
the d on the dialogue it doesn't like which the message doesn't make
clear.
So what's your icon font?
We definately need something as there are at least 2 systems on which it
doesn't work well. I don't know about Hiroshi's system, but it looked
like it was probably standrd w2k fonts, and mine is certainly standard
XP fonts.
in wx/src/msw/settings.cpp (one of my patches) around line 255 the font is read from the system
SystemParametersInfo(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0);
This should be your desktop font. On my W2K it works as expected. What's the returned logfont looking like on your system?
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html