mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 16:13:58 -06:00
FIX: handle mouseCaptureLost in common ctrls
Change-Id: Ifde2406911a628fa61acf41c0e7a5120612d73bf
This commit is contained in:
parent
e2d10baea0
commit
3d7d2badf7
6 changed files with 42 additions and 3 deletions
|
@ -77,6 +77,7 @@ private:
|
|||
void mouseDown(wxMouseEvent &event);
|
||||
void mouseMove(wxMouseEvent &event);
|
||||
void mouseUp(wxMouseEvent &event);
|
||||
void mouseCaptureLost(wxMouseCaptureLostEvent &event);
|
||||
|
||||
void doRender(wxDC &dc) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue