Quantcast
Viewing all articles
Browse latest Browse all 2341

New Post: 4.9.3 bug(2)

onMouseWheel event not response.
the reason maybe that CmapView has lost focus.

Solved method is below:

void CMapView::OnLButtonDown(UINT nFlags, CPoint point)
{
...
SetFocus();
}

Viewing all articles
Browse latest Browse all 2341

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>