Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
patch for [debug windows]
Miguel Gimenez:
I have reverted the commit, as the original version only fixed your use case.
Now the dialogs are using the default control font (usually proportional) multiplied by the scale factor; This should fix the issue for all users.
ollydbg:
One think to mention.
When I try to build the code under wx3.3, I have to add the include file:
--- Code: ---#include <wx/fontutil.h>
--- End code ---
Otherwise, it will report that the wxNativeFontInfo is not complete. Strange that I haven't see this kinds of build error before.
ollydbg:
@srm2000
Next time when you post the code, you should use the code format, which is when you click the "#" in your webpage's editor toolbar.
Miguel Gimenez:
I have removed the FontInfo stuff in a second commit, so the include should not be necessary, if it is feel free to add it (I currently cannot).
Navigation
[0] Message Index
[*] Previous page
Go to full version