else
{
wxLogDebug( wxT("Stopped capturing mouse and events.") );
- m_hasCapture = TRUE;
+ m_hasCapture = FALSE;
ReleaseMouse();
}
break;
wxPoint(450, 10), wxSize(230, 230),
wxTE_RICH |
wxTE_MULTILINE |
- wxTE_AUTO_URL |
+ // wxTE_AUTO_URL |
wxHSCROLL);
#if 1