widgets tunes

This commit is contained in:
IlyaShurupov 2024-06-29 09:38:44 +03:00
parent bce1dbacc2
commit ae4f7eea33
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();
}