Skip to content

Commit 74bd511

Browse files
committed
Fix bug with the _rightDownScrollIndicator.
1 parent c63b16f commit 74bd511

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
@@ -1531,7 +1531,7 @@ private void RenderUnderline ()
15311531
_rightDownScrollIndicator.Visible = true;
15321532

15331533
// Ensures this is clicked instead of the last tab if under this
1534-
MoveSubViewToStart (_rightDownScrollIndicator);
1534+
MoveSubViewToEnd (_rightDownScrollIndicator);
15351535
}
15361536
else
15371537
{

0 commit comments

Comments
 (0)