Refactor fixes
This commit is contained in:
parent
164359f6aa
commit
9f9dcd5882
5 changed files with 12 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ void Widget::updateAnimations() {
|
|||
}
|
||||
|
||||
bool Widget::needsNextFrame() const {
|
||||
return !mArea.shouldEndTransition() || mInFocus;
|
||||
return !mArea.shouldEndTransition();
|
||||
}
|
||||
|
||||
void Widget::adjustRect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue