forgot to release capture
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8a021e0074
commit
5f0d341166
@ -1556,6 +1556,7 @@ void MyCanvas::OnMouseUp(wxMouseEvent &event)
|
||||
{
|
||||
if ( m_rubberBand )
|
||||
{
|
||||
ReleaseMouse();
|
||||
{
|
||||
wxClientDC dc( this );
|
||||
PrepareDC( dc );
|
||||
|
Loading…
Reference in New Issue
Block a user