XusinboyBekchanov / MyFbFramework

My FreeBasic Framework
Other
64 stars 18 forks source link

ContextMenu issue on the ListView control #191

Closed chunmingwang closed 1 week ago

chunmingwang commented 1 week ago

The problem reproduction method is as follows:

  1. Run FileBrowser in Examples.
  2. Activate the ContextMenu on the ListView control with the mouse right button click.
  3. Move mouse cursor and select the "Max" menu with the mouse left button click.
  4. At this time, when moving the mouse cursor in ListView, ListView is in an abnormal selection state.

image

Please take a look at what causes this.

XusinboyBekchanov commented 1 week ago

Fixed: https://github.com/XusinboyBekchanov/MyFbFramework/commit/3931748f550b4a7a68c2077483abda8e283434b7

chunmingwang commented 1 week ago

Thanks.