1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

fix for corrupted icons (#1226)

This commit is contained in:
sardanap
2023-10-05 00:08:07 +02:00
committed by GitHub
parent af5d91387e
commit 01b49a2017

View File

@@ -189,7 +189,7 @@ namespace VeraCrypt
wxImage image (stream);
image.Resize (wxSize (16, 12), wxPoint (0, 0));
# ifdef __WXGTK__
# if defined __WXGTK__ || defined TC_MACOSX
return wxBitmap (image.ConvertToMono (0, 0, 0), 1);
# else
return wxBitmap (image);