Fix drag move of wxMiniFrame under Wayland

Use gtk_window_begin_move_drag() instead of trying to do it manually
See #18372
This commit is contained in:
Paul Cornett
2019-03-26 10:04:35 -07:00
parent 82290bfd10
commit b8789b9d6f
2 changed files with 12 additions and 120 deletions

View File

@@ -52,9 +52,6 @@ protected:
// implementation
public:
bool m_isDragging;
int m_oldX,m_oldY;
int m_diffX,m_diffY;
wxBitmap m_closeButton;
int m_miniEdge;
int m_miniTitle;