Re: [wx-dev] Re: OSX Status / Old friend font inheritance...

Поиск
Список
Период
Сортировка
От Florian G. Pflug
Тема Re: [wx-dev] Re: OSX Status / Old friend font inheritance...
Дата
Msg-id 425AF111.60407@phlo.org
обсуждение исходный текст
Ответ на Re: [wx-dev] Re: OSX Status / Old friend font inheritance...  ("Stefan Csomor" <csomor@advancedconcepts.ch>)
Ответы Re: [wx-dev] Re: OSX Status / Old friend font inheritance...  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers
Stefan Csomor wrote:
> Hi
>
> I think the reason is, that the default font is wxSYS_DEFAULT_GUI_FONT
> and while all controls will get the correct sized font according to
> their window variant, the toplevel window will not and stays on the same
> font (in this case 'small system') while the notebook get the 'normal
> system' font.
>
> as I don't have a buildable situation for pgadmin on my system, could
> you please try out whether adding
>
> DoSetWindowVariant( m_windowVariant) ;
>
> in toplevel.cpp line 1204 , just in front of the m_macFocus = NULL ;
>
> solves the problem ?
Works flawlessly! Thanks!

greetings, Florian Pflug

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [RESOLVED] RE: close-but-not-quite w/ pgadmin3.app on osx 10.3.8
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: OSX Bundle Support - Latest & Greatest