Book a Demo

Author Topic: EA_OnContextItemDoubleClicked  (Read 3067 times)

Slávek Rydval

  • EA User
  • **
  • Posts: 40
  • Karma: +2/-0
    • View Profile
    • homepage
EA_OnContextItemDoubleClicked
« on: May 04, 2018, 07:02:22 am »
I just reported this bug for the very last build of EA 14:

When an addin reacts on EA_OnContextItemDoubleClicked and returns true, a context menu appears.

1. just use some addin reaction on EA_OnContextItemDoubleClicked.
2. double click on an item in Project Browser and show e.g. a custom dialog.
3. Close the dialog.
4. return true from EA_OnContextItemDoubleClicked.
5. a context menu appears.

This content menu has the same items as the sub menu Properties in context menu of the item in project browser.

Is anyone experiencing this as well?