Files
wxWidgets/include/wx/gtk
Artur Wieczorek f7247086c2 Fix storing wxBitmap data in GdkPixbuf
Under wxGTK+2 bitmap data with mask and without it (raw) should be stored
in the separate GdkPixbuf buffers - just like it's done in wxGTK+3. These
two buffers are necessary because only GdkPixbuf with raw bitmap data
(original, non-masked) should be copied when wxBitmapRefData instance is
cloned e.g. in SetMask(). GdkPixbuf with masked data is not copied and is
created on first use in wxBitmap::GetPixbuf().

Closes #18508.
See #18498.
2019-09-18 23:34:35 +02:00
..
2015-08-26 22:49:53 +02:00
2019-07-09 19:37:21 +02:00
2015-09-06 17:20:42 -07:00
2014-03-30 00:02:23 +00:00
2019-01-30 17:35:54 +01:00
2019-01-30 17:35:54 +01:00
2014-03-30 00:02:23 +00:00
2014-03-30 00:02:23 +00:00
2018-09-17 15:24:40 +02:00
2015-08-26 22:49:53 +02:00
2014-03-30 00:02:23 +00:00
2017-09-10 01:02:06 +02:00
2019-01-30 17:35:54 +01:00