Refresh parts list after preferences changed.

This commit is contained in:
leozide
2017-09-13 14:21:53 -07:00
parent be388d167b
commit 39241c8aad
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -610,5 +610,6 @@ void lcApplication::ShowPreferencesDialog()
strcpy(opts.strHeader, m_strHeader);
*/
gMainWindow->SetShadingMode(Options.Preferences.mShadingMode);
gMainWindow->UpdateAllViews();
}