Compilation fix for wxMSW.

This commit is contained in:
Volker Ruppert 2024-06-23 19:50:30 +02:00
parent cefedbd440
commit 84b613d3c0

View File

@ -1308,7 +1308,7 @@ void MyFrame::SetToolBarBitmap(int id, bool onoff)
switch (id) {
case ID_Toolbar_Mouse_en:
bitmap = onoff ? mouse_xpm : mouse_dis_xpm;
bitmap = wxBitmap(onoff ? mouse_xpm : mouse_dis_xpm);
break;
default:
return;