Skip to content

Commit

Permalink
Revert "Set the selection to 1st CTabItem when it is created." (#1087)
Browse files Browse the repository at this point in the history
This reverts commit 0532901.
  • Loading branch information
lshanmug committed Mar 7, 2024
1 parent 974992c commit 2a51e8c
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -774,7 +774,6 @@ void createItem (CTabItem item, int index) {
priority = newPriority;

if (items.length == 1) {
setSelection(0);
updateFolder(UPDATE_TAB_HEIGHT | REDRAW);
} else {
updateFolder(REDRAW_TABS);
Expand Down

0 comments on commit 2a51e8c

Please sign in to comment.