qt: move CSD resize events handling to QML
InterfaceWindowHandler isn't receiving mouse events from the QWindow on X11, now that we have CSDMouseStealer.qml which properly defines the resize areas, moving the handling of resize areas from C++ to QML solves this issue and avoids having the behavior handled in two places.
Showing
- modules/gui/qt/maininterface/interface_window_handler.cpp 0 additions, 65 deletionsmodules/gui/qt/maininterface/interface_window_handler.cpp
- modules/gui/qt/maininterface/interface_window_handler.hpp 0 additions, 2 deletionsmodules/gui/qt/maininterface/interface_window_handler.hpp
- modules/gui/qt/widgets/qml/CSDMouseStealer.qml 66 additions, 14 deletionsmodules/gui/qt/widgets/qml/CSDMouseStealer.qml
Please register or sign in to comment