mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Deleted use of TaskTimer in OnInit
+ code cleaning in MainFrame
This commit is contained in:
@@ -668,8 +668,6 @@ void MainFrame::add_created_tab(Tab* panel)
|
||||
|
||||
bool MainFrame::is_active_and_shown_tab(Tab* tab)
|
||||
{
|
||||
if (!this)
|
||||
return false;
|
||||
int page_id = m_tabpanel->FindPage(tab);
|
||||
|
||||
if (m_tabpanel->GetSelection() != page_id)
|
||||
|
||||
Reference in New Issue
Block a user