diff -r dddd3409f0a0 -r de41bf2025c0 SmallSense__EditService.st --- a/SmallSense__EditService.st Sat May 02 23:00:27 2015 +0200 +++ b/SmallSense__EditService.st Mon May 04 00:18:45 2015 +0200 @@ -189,15 +189,12 @@ If the method returns true, the event will not be processed by the view." - UserPreferences current smallSenseElectricEditSupportEnabled ifTrue:[ - ^ support notNil - ifTrue:[support keyPress: key x:x y:y in: view] - ifFalse:[false] - ]. - ^ false + ^ support notNil + ifTrue:[support keyPress: key x:x y:y in: view] + ifFalse:[false] "Created: / 07-03-2010 / 09:36:44 / Jan Vrany " - "Modified: / 02-05-2015 / 21:53:11 / Jan Vrany " + "Modified: / 04-05-2015 / 00:00:36 / Jan Vrany " ! ! !EditService methodsFor:'registering'!