We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6016810 commit 6526fd9Copy full SHA for 6526fd9
extensions/widgets/treeview/treeview.lcb
@@ -606,11 +606,7 @@ end handler
606
// Clamp mViewTopPosition
607
private handler ensureViewTopPosition()
608
variable tMinTop as Real
609
- if mReadOnly then
610
- put mRowHeight into tMinTop
611
- else
612
- put 0 into tMinTop
613
- end if
+ put 0 into tMinTop
614
615
// Make sure we don't try to scroll above 0
616
if mViewTopPosition < tMinTop then
0 commit comments