VDBRegisterListApplication.st
changeset 253 2442edfd18bd
parent 251 1519e5fd57bd
child 264 23960fcb9dac
--- a/VDBRegisterListApplication.st	Thu Mar 17 21:54:57 2022 +0000
+++ b/VDBRegisterListApplication.st	Fri Mar 18 11:44:19 2022 +0000
@@ -116,7 +116,7 @@
 backgroundColorFor: aVDBRegisterPresenter
     <resource: #style (#'registerListApplication.changedRegisterBackgroundColor')>
 
-    aVDBRegisterPresenter register hasChanged ifTrue:[ 
+    aVDBRegisterPresenter hasChanged ifTrue:[ 
         ^ self styleSheet colorAt: 'registerListApplication.changedRegisterBackgroundColor' default:[ Color yellow lighter lighter ]
     ].
     ^ nil
@@ -127,7 +127,7 @@
 
     "Created: / 01-02-2018 / 09:08:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 27-09-2018 / 20:41:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified (comment): / 18-11-2021 / 12:20:35 / Jan Vrany <jan.vrany@labware.com>"
+    "Modified: / 18-03-2022 / 11:28:00 / Jan Vrany <jan.vrany@labware.com>"
 !
 
 frameHolder: aValueModel