ComboView.st
changeset 5630 fa152610de50
parent 5592 bdb957272782
child 5661 42def1c75b04
--- a/ComboView.st	Fri Oct 20 14:15:24 2017 +0200
+++ b/ComboView.st	Sat Oct 21 23:16:32 2017 +0200
@@ -866,10 +866,12 @@
     field flash
 !
 
-flash:message withColor:flashColor
+flash:messageOrNil withColor:flashColor
     "delegate to my field"
 
-    field flash:message withColor:flashColor
+    field flash:messageOrNil withColor:flashColor
+
+    "Modified (format): / 21-10-2017 / 23:13:39 / cg"
 !
 
 respondsTo:aSymbol