eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Calendar: don't apply selection twice when clicking on component #1150

Closed Knicksaas closed 1 month ago

Knicksaas commented 1 month ago

When a click happened on a calendar component, two event listeners have changed the calendar selection. Only one selection change is necessary. Both listeners handle now the MouseDown Event and the calendar is ignoring the click when it happens on a component, only the component is changing the selection.

394064