#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 15 Dec 2019 14:51:34 +0100
changeset 6759 41d9af4f8f63
parent 6758 28d5c06d1008
child 6760 0ad6b40a111f
#DOCUMENTATION by exept class: ScrollableView comment/format in: #initStyle #setScrollActions
ScrollableView.st
--- a/ScrollableView.st	Fri Dec 13 21:38:34 2019 +0100
+++ b/ScrollableView.st	Sun Dec 15 14:51:34 2019 +0100
@@ -1793,6 +1793,9 @@
 
     lockUpdates := false.
 
+    "/ if the view's contents is rerendered differently
+    "/ depending on the size (i.e. with HTMLView),
+    "/ turn off autohiding, as this may lead to ugly flicker
     scrolledView notNil ifTrue:[
         (scrolledView heightOfContentsDependsOnWidth
         or:[scrolledView widthOfContentsDependsOnHeight]) ifTrue:[