Fix last commit.

This commit is contained in:
Jeff Young 2023-01-04 13:38:28 +00:00
parent b38370adae
commit 33d31be9b5
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void PANEL_SETUP_PINMAP::reBuildMatrixPanel()
#elif defined( __WXMSW__ )
bitmapSize += { 3, 2 };
#else
bitmapSize = { charSize.x * 5, charSize.x * 5 };
bitmapSize += { -charSize.x / 4, 0 };
#endif
if( !m_initialized )