fix floating widget
This commit is contained in:
parent
ae4f7eea33
commit
32f53294d3
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ void FloatingWidget::checkFloating(const Events& events) {
|
||||||
mFloating = true;
|
mFloating = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mFloating && isReleased()) {
|
if (mFloating && this->mHeader.isReleased()) {
|
||||||
mFloating = false;
|
mFloating = false;
|
||||||
this->mHeader.clearEvents();
|
this->mHeader.clearEvents();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue