widgets tunes

This commit is contained in:
IlyaShurupov 2024-06-29 09:38:44 +03:00 committed by Ilya Shurupov
parent da6990ddc8
commit aa141405c6
4 changed files with 7 additions and 7 deletions

View file

@ -41,7 +41,7 @@ void FloatingWidget::checkFloating(const Events& events) {
mFloating = true;
}
if (mFloating && this->mHeader.isReleased()) {
if (mFloating && isReleased()) {
mFloating = false;
this->mHeader.clearEvents();
}