Fix missing change in d996ec14

This commit is contained in:
Jon Evans 2023-06-14 23:23:36 -04:00
parent d996ec143f
commit c90fe84cc1
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ void SPLIT_BUTTON::OnPaint( wxPaintEvent& WXUNUSED( aEvent ) )
if( m_bitmap.IsOk() )
{
#ifdef __WXMAC__
#ifndef __WXMSW__
wxSize bmpSize = m_bitmap.GetDefaultSize();
#else
wxSize bmpSize = m_bitmap.GetPreferredBitmapSizeFor( this );