Skip to content

Commit c932306

Browse files
committed
Fix bug with the _rightDownScrollIndicator.
1 parent 313adf7 commit c932306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terminal.Gui/Views/TabView/TabRow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ private void RenderUnderline ()
15301530
_rightDownScrollIndicator.Visible = true;
15311531

15321532
// Ensures this is clicked instead of the last tab if under this
1533-
MoveSubviewToStart (_rightDownScrollIndicator);
1533+
MoveSubviewToEnd (_rightDownScrollIndicator);
15341534
}
15351535
else
15361536
{

0 commit comments

Comments
 (0)