mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Fix assert on construct of jobset page
This commit is contained in:
parent
6ded31927b
commit
4bfeddcc8d
@ -577,7 +577,10 @@ void PANEL_JOBSET::UpdateTitle()
|
||||
tabName = wxS( "*" ) + tabName;
|
||||
|
||||
int pageIdx = m_parentBook->FindPage( this );
|
||||
if( pageIdx >= 0 )
|
||||
{
|
||||
m_parentBook->SetPageText( pageIdx, tabName );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user