It is currently March 28th, 2024, 11:00 pm

BUGs Padding and Inline Lua

Report bugs with the Rainmeter application and suggest features.
User avatar
Brian
Developer
Posts: 2673
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: BUGs Padding and Inline Lua

Post by Brian »

This seems to happen only when scaling an image (with W and H) and using Padding with an image.
Edit: The problem actually lies in how we add the initial padding to a meter. If the total vertical and horizontal padding was equal to the meters defined W and H, then the initial padding was not added to the overall W and H of the meter. Setting DynamicVariables=1 allowed the meter to re-evaluate the size of the meter and add the padding.

A fix is on the way, but we are currently evaluating any side effects.

-Brian