diff -r e7d0453109a1 -r bcdb393c956f VDBVariableObjectListApplication.st --- a/VDBVariableObjectListApplication.st Sat Feb 03 21:18:50 2018 +0000 +++ b/VDBVariableObjectListApplication.st Mon Feb 05 14:18:03 2018 +0000 @@ -114,23 +114,6 @@ "Created: / 03-02-2018 / 08:07:48 / Jan Vrany " ! ! -!VDBVariableObjectListApplication methodsFor:'actions'! - -doDoubleClick - "Invoked when user double-clicks to list item." - - | selectedVarObjPresenter | - - selectedVarObjPresenter := self internalSelectionHolder value. - selectedVarObjPresenter notNil ifTrue:[ - selectedVarObjPresenter varobj inspect - ]. - - "Created: / 13-06-2017 / 17:09:46 / Jan Vrany " - "Modified: / 16-01-2018 / 23:33:12 / jv" - "Modified: / 03-02-2018 / 08:03:56 / Jan Vrany " -! ! - !VDBVariableObjectListApplication methodsFor:'aspects'! backgroundColorFor: aVDBVariableOjectPresenter