Don't store m_severities. It won't follow save control state.

This commit is contained in:
Jeff Young
2025-08-09 19:11:27 +01:00
parent 5805f67459
commit a45f8bc2f7
10 changed files with 59 additions and 188 deletions
-2
View File
@@ -193,8 +193,6 @@ void DIALOG_ANNOTATE::InitValues()
annotate_down_right_bitmap->SetBitmap( KiBitmapBundle( BITMAPS::annotate_down_right ) );
annotate_right_down_bitmap->SetBitmap( KiBitmapBundle( BITMAPS::annotate_right_down ) );
m_MessageWindow->SetVisibleSeverities( cfg->m_AnnotatePanel.messages_filter );
m_MessageWindow->MsgPanelSetMinSize( wxSize( -1, 160 ) );
}