ObjectProfile / Roassal3

The Roassal Visualization Engine
MIT License
95 stars 52 forks source link

RSSearchInCanvasInteraction >> isKeyForSearch: malfunctions #610

Open NicolasAnquetil opened 4 months ago

NicolasAnquetil commented 4 months ago

2 problems with RSSearchInCanvasInteraction >> isKeyForSearch: because it requires: evt commandKeyPressed (see code down)

Code for

RSSearchInCanvasInteraction >> isKeyForSearch: evt
    ^ evt keyName = self keyForSearch and: [ evt commandKeyPressed ]