Files
wxWidgets/include/wx/osx
Vadim Zeitlin 9990959c99 Get rid of unnecessary wxColour::InitFromComponents() in wxOSX
This method was confusing and dangerous as it didn't actually initialize the
wxColour object because it didn't set its m_cgColour and so attempting to use
wxColour "initialized" using this method resulted in a crash whenever its
GetPixel(), GetCGColor() or CreateCGColor() methods were called.

Just merge this function with InitCGColorRef() which is the only remaining
place where it's used after rewriting wxColour(NSColor) ctor.
2015-11-27 00:19:37 +01:00
..
2015-11-22 09:27:37 +01:00
2014-07-06 10:33:22 +00:00
2015-11-22 10:16:01 +01:00
2015-03-20 00:08:37 +01:00
2013-11-12 18:06:37 +00:00