Author Topic: Tabsrmm uses double type for elements sizes.  (Read 2306 times)

0 Members and 1 Guest are viewing this topic.

Offline hydrogen fluoride

Tabsrmm uses double type for elements sizes.
« 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.