Miranda NG Official Community Forum

Forum for English speaking Miranda NG users => Bug reports => Topic started by: hydrogen fluoride on 29 10 2022, 11:48:58

Title: Tabsrmm uses double type for elements sizes.
Post by: hydrogen fluoride on 29 10 2022, 11:48:58
I found code:
void CThumbIM::renderContent()
{
   double dNewWidth = 0.0, dNewHeight = 0.0;

Screen size is int > 0. So, variabes for width and height should be int > 0.