wxWidgets/interface
Vadim Zeitlin 84cb293e71 Make wxBitmap::Rescale() less horrible for commonly used icons
Make the results look somewhat better by using wxIMAGE_QUALITY_NEAREST
which preserves sharp horizontal and vertical edges in the images which
are common in the icons, with which this function is often used, instead
of blurring them as wxIMAGE_QUALITY_HIGH does.

This is also much (factor of ~40) faster, which shouldn't hurt neither.
2022-02-23 00:04:02 +00:00
..
wx Make wxBitmap::Rescale() less horrible for commonly used icons 2022-02-23 00:04:02 +00:00
check_syntax.sh