Fix 'Refresh' button in memory view
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 17 Jan 2019 12:55:47 +0000
changeset 135 42e384802815
parent 134 dda03c08ee5b
child 136 285c33a15fd2
Fix 'Refresh' button in memory view Handling method `#doRefresh` was missing, causing an error when button was clicked. This commit fixes the ereor.
VDBMemoryApplication.st
--- a/VDBMemoryApplication.st	Thu Jan 17 09:29:01 2019 +0000
+++ b/VDBMemoryApplication.st	Thu Jan 17 12:55:47 2019 +0000
@@ -388,6 +388,14 @@
     "Modified: / 05-07-2018 / 14:34:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!VDBMemoryApplication methodsFor:'menu actions'!
+
+doRefresh
+    self update
+
+    "Modified: / 17-01-2019 / 10:36:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !VDBMemoryApplication class methodsFor:'documentation'!
 
 version_HG