mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-12 23:13:32 +00:00
FIX:deal sync_printer_preset logic when it is false
jira: STUDIO-11017 Change-Id: Iafb0d954563e6bc2472122e98ba9a3d527f6c487 (cherry picked from commit 78c0a845d2ed2508de943b598a6dc5c28bf3d0b8)
This commit is contained in:
@@ -190,15 +190,6 @@ void TipsDialog::on_dpi_changed(const wxRect &suggested_rect)
|
||||
Refresh();
|
||||
}
|
||||
|
||||
void TipsDialog::on_ok(wxMouseEvent &event)
|
||||
{
|
||||
if (m_show_again) {
|
||||
if (!m_app_key.empty())
|
||||
wxGetApp().app_config->set_bool(m_app_key, m_show_again);
|
||||
}
|
||||
EndModal(wxID_OK);
|
||||
}
|
||||
|
||||
void ParamsPanel::Highlighter::set_timer_owner(wxEvtHandler *owner, int timerid /* = wxID_ANY*/)
|
||||
{
|
||||
m_timer.SetOwner(owner, timerid);
|
||||
|
||||
Reference in New Issue
Block a user