Skip to content

Commit

Permalink
Merge pull request 'Fix bug 73166' (#204) from fix/bug-73166 into hot…
Browse files Browse the repository at this point in the history
…fix/v8.3.1
  • Loading branch information
maxkadushkin committed Feb 21, 2025
2 parents fab6d88 + 120cea0 commit cebe1ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions win-linux/src/windows/cmainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,8 @@ void CMainWindow::onDocumentReady(int uid)
menu->setSectionEnabled(CMenu::ActionCreateNew, true);
}
}
if (m_pTabs->isActiveWidget())
m_pTabs->setFocusedView();
}
AscAppManager::getInstance().onDocumentReady(uid);
}
Expand Down

0 comments on commit cebe1ce

Please sign in to comment.