mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
* compatibility with wxWdigets 2.9+: Handle MOUSE_CAPTURE_LOST event
* compatibility with wxWdigets 2.9+: SetClippingRegion -> SetDeviceClippingRegion git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1552 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -139,6 +139,7 @@ class ImageSlicePreview : public wxControl {
|
||||
void onLeftDown(wxMouseEvent&);
|
||||
void onLeftUp (wxMouseEvent&);
|
||||
void onMotion (wxMouseEvent&);
|
||||
void onLoseCapture(wxMouseCaptureLostEvent&);
|
||||
|
||||
void onPaint(wxPaintEvent&);
|
||||
void draw(DC& dc);
|
||||
@@ -172,6 +173,7 @@ class ImageSliceSelector : public wxControl {
|
||||
void onLeftDown(wxMouseEvent&);
|
||||
void onLeftUp (wxMouseEvent&);
|
||||
void onMotion (wxMouseEvent&);
|
||||
void onLoseCapture(wxMouseCaptureLostEvent&);
|
||||
|
||||
void onPaint(wxPaintEvent&);
|
||||
void onSize(wxSizeEvent&);
|
||||
|
||||
Reference in New Issue
Block a user