Fixed a bug where the device interface failed to render by pressing alt button

This commit is contained in:
sunsets
2024-04-01 15:16:47 +08:00
parent 3a99562743
commit 9b04886c3a
3 changed files with 57 additions and 13 deletions

View File

@@ -2178,6 +2178,8 @@ void MainFrame::select_tab(size_t tab/* = size_t(-1)*/)
#if defined(__WIN32__) || defined(__WXMAC__)
m_printer_view->ResumeButton();
//B63
m_printer_view->SetFocus();
#endif