mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 02:37:04 +00:00
feature add test for build mac os on sentry function
This commit is contained in:
@@ -137,6 +137,7 @@ void initSentryEx()
|
|||||||
|
|
||||||
sentry_init(options);
|
sentry_init(options);
|
||||||
sentry_start_session();
|
sentry_start_session();
|
||||||
|
sentryReportLog(SENTRY_LOG_INFO, "init sentry successful", "initSentry module");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1020,6 +1020,10 @@ wxBoxSizer* PreferencesDialog::create_item_link_association(wxWindow* parent, wx
|
|||||||
PreferencesDialog::PreferencesDialog(wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos, const wxSize &size, long style)
|
PreferencesDialog::PreferencesDialog(wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos, const wxSize &size, long style)
|
||||||
: DPIDialog(parent, id, _L("Preferences"), pos, size, style)
|
: DPIDialog(parent, id, _L("Preferences"), pos, size, style)
|
||||||
{
|
{
|
||||||
|
wxPanel* pPanel = new wxPanel();
|
||||||
|
delete pPanel;
|
||||||
|
delete pPanel;
|
||||||
|
|
||||||
SetBackgroundColour(*wxWHITE);
|
SetBackgroundColour(*wxWHITE);
|
||||||
create();
|
create();
|
||||||
wxGetApp().UpdateDlgDarkUI(this);
|
wxGetApp().UpdateDlgDarkUI(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user