radioman / greatmaps

GMap.NET - Great Maps for Windows Forms & Presentation
909 stars 409 forks source link

Fix OnMouseDoubleClick bug #172

Open hnooriazad opened 4 years ago

hnooriazad commented 4 years ago

when OnMouseDoubleClick overrided, it called base.OnMouseClick wrongly. Replace Call base.OnMouseDoubleClick instead of base.OnMouseClick