pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

[backport] SpMorphicBackendForTest>>#doubleClickFirstRowAndColumn: #1431

Closed ironirc closed 1 year ago

ironirc commented 1 year ago

now uses MouseButtonEvent (instead of MouseEvent) Essentially doesn't change much, but allows #asPseudoDoubleClickEvent to be sent to the event. This supports changes made to improve double click handling (e.g. on FTTableMorph) See pharo-project/pharo#14168