src/timeline2/view/timelinecontroller.cpp:5325 comparision between an integer and a float
Good morning,
The above mentioned line reads :
if (ix > .1) {
while ix is an integer, so this is probably not what you want...
kind regards, Ondrej
Good morning,
The above mentioned line reads :
if (ix > .1) {
while ix is an integer, so this is probably not what you want...
kind regards, Ondrej