Refactor fixes

This commit is contained in:
IlyaShurupov 2024-10-09 19:36:17 +03:00
parent 4ad40058f9
commit e028ad1a41
5 changed files with 12 additions and 4 deletions

View file

@ -50,7 +50,7 @@ void Widget::updateAnimations() {
}
bool Widget::needsNextFrame() const {
return !mArea.shouldEndTransition() || mInFocus;
return !mArea.shouldEndTransition();
}
void Widget::adjustRect() {