update a TODO after testing

This commit is contained in:
Ocraftyone 2023-11-08 12:25:11 -05:00
parent 510a4a02ab
commit 6d149e0698
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125

View file

@ -903,7 +903,7 @@ void ScalableBitmap::msw_rescale()
{
// BBS: support resize by fill border
m_bmp = create_scaled_bitmap(m_icon_name, m_parent, m_px_cnt, m_grayscale, std::string(), false, m_resize);
// m_bmp = *get_bmp_bundle(m_icon_name, m_px_cnt); // OcraftyoneTODO: can this impl be used
// m_bmp = *get_bmp_bundle(m_icon_name, m_px_cnt); // OcraftyoneTODO: enabling this causes issues with advanced toggle
}
// ----------------------------------------------------------------------------