wxFontDialog effects only turned on if a valid colour was
provided in wxFontData
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16929
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
must modify YourApp::OnAssert() signature if you were using it to override
the default assert handling.
must modify YourApp::OnAssert() signature if you were using it to override
the default assert handling.
-- IPC classes improved and memory leaks fixed (Michael Fielding).
- Global buffer removed, duplication in docs removed.
-
All (GUI):
! the event type constants are not constants any more but are dynamically
All (GUI):
! the event type constants are not constants any more but are dynamically
deprecated)
- added wxShutdown() function (Marco Cavallini)
- added wxEXPLICIT macro
deprecated)
- added wxShutdown() function (Marco Cavallini)
- added wxEXPLICIT macro
+- IPC classes improved and memory leaks fixed (Michael Fielding).
+ Global buffer removed, duplication in docs removed
- fixed a condition where a thread can hang during message/event processing
- increased space between wxRadioBox label and first radio button
- don't fail to register remaining window classes if one fails to register
- fixed a condition where a thread can hang during message/event processing
- increased space between wxRadioBox label and first radio button
- don't fail to register remaining window classes if one fails to register
+- wxFontDialog effects only turned on if a valid colour was
+ provided in wxFontData
wxFontData::wxFontData()
{
// Intialize colour to black.
wxFontData::wxFontData()
{
// Intialize colour to black.
- fontColour.Set(0, 0, 0);
+ fontColour = wxNullColour;
showHelp = FALSE;
allowSymbols = TRUE;
showHelp = FALSE;
allowSymbols = TRUE;