mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-30 05:06:14 -05:00
Fix fade animation triggering unexpectedly for controls
This commit is contained in:
@@ -989,3 +989,8 @@ void setHeightToContentHeight(QListWidget *list)
|
||||
2 * list->frameWidth());
|
||||
}
|
||||
}
|
||||
|
||||
bool doubleEquals(double left, double right, double epsilon)
|
||||
{
|
||||
return (fabs(left - right) < epsilon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user