Issue by Worie
Thursday May 04, 2017 at 09:57 GMT
Originally opened as adobe/brackets#13353
Just realized that using parseInt when calculating box-model visualization position/size has sometimes caused weird visual glitches (especially with custom config of it). So this basicly replaces all parseInt used to calculate the box-model to parseFloat and solves this issue.
Worie included the following code: https://github.com/adobe/brackets/pull/13353/commits
Thursday May 04, 2017 at 09:57 GMT
Originally opened as adobe/brackets#13353
Just realized that using parseInt when calculating box-model visualization position/size has sometimes caused weird visual glitches (especially with custom config of it). So this basicly replaces all parseInt used to calculate the box-model to parseFloat and solves this issue.
Worie included the following code: https://github.com/adobe/brackets/pull/13353/commits