dockspce widget initial

This commit is contained in:
IlyaShurupov 2024-06-25 18:34:38 +03:00
parent 559c91a144
commit 7158be5890
8 changed files with 72 additions and 12 deletions

View file

@ -9,11 +9,11 @@ FloatingWidget::FloatingWidget() {
}
void FloatingWidget::eventProcess(const Events& events) {
mActionStartRelativePos = events.getPointerPrev() - this->mArea.pos;
checkFloating(events);
checkResizing(events);
mActionStartRelativePos = events.getPointer() - this->mArea.pos;
CollapsableMenu::eventProcess(events);
}