Skip to content

SlyEdit DCT: Use Math.floor() to create an actual number instead of toFixed(0) like I was in some very old parts of the code. This fixes some cursor position calculations (for the current time, particularly).

Eric Oulashin requested to merge SlyEdit_DCT_Math_floor_instead_of_toFixed into master

SlyEdit DCT: Use Math.floor() to create an actual number instead of toFixed(0) like I was in some very old parts of the code. This fixes some cursor position calculations (for the current time, particularly). toFixed() returns a string.

Merge request reports