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:
@@ -1556,6 +1556,7 @@ void MyCanvas::OnMouseUp(wxMouseEvent &event)
|
|||||||
{
|
{
|
||||||
if ( m_rubberBand )
|
if ( m_rubberBand )
|
||||||
{
|
{
|
||||||
|
ReleaseMouse();
|
||||||
{
|
{
|
||||||
wxClientDC dc( this );
|
wxClientDC dc( this );
|
||||||
PrepareDC( dc );
|
PrepareDC( dc );
|
||||||
|
Reference in New Issue
Block a user