fix(stable): wx 3.3.2 Inkompatibilitäten in PhysicalPrinterDialog, Plater, Preferences

This commit is contained in:
thysson2701
2026-06-11 21:23:54 +02:00
parent 94b8546652
commit 830801e3d2
3 changed files with 3 additions and 3 deletions

View File

@@ -284,7 +284,7 @@ wxBoxSizer *PreferencesDialog::create_item_language_combobox(wxString title, wxS
if (combobox->GetSelection() == m_current_language_selected)
return;
if (e.GetString().mb_str() != app_config->get(param)) {
if (e.GetString().ToStdString() != app_config->get(param)) {
{
//check if the project has changed
if (wxGetApp().plater()->is_project_dirty()) {