changed #doBrowseAspectMethod:
authorClaus Gittinger <cg@exept.de>
Thu, 14 May 2009 23:47:16 +0200
changeset 2529 07c7e9ba97ee
parent 2528 a6df49dfb157
child 2530 73efe0a84f4b
changed #doBrowseAspectMethod:
UIPainter.st
--- a/UIPainter.st	Wed May 13 23:43:20 2009 +0200
+++ b/UIPainter.st	Thu May 14 23:47:16 2009 +0200
@@ -4862,7 +4862,8 @@
 doBrowseAspectMethod:aspectSelector
     "browse or create the aspect method as entered in the field (button beside input fieled pressed)"
 
-    self acceptOrIgnoreSectionModification.
+    self isModified ifTrue:[ self accept ].
+    "/ self acceptOrIgnoreSectionModification.
     self doBrowseAspectMethod:aspectSelector nameAs:aspectSelector
 
     "Modified: / 12-01-2008 / 10:32:15 / cg"