mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX:fixed multiple prompt windows popping up
Change-Id: I7cfc6d1ce08d356dc9c2f7125b46d4e12b95f4e7
This commit is contained in:
parent
fc64864b15
commit
1d16e98e06
2 changed files with 15 additions and 5 deletions
|
@ -303,7 +303,7 @@ protected:
|
|||
int speed_lvl_timeout {0};
|
||||
boost::posix_time::ptime speed_dismiss_time;
|
||||
bool m_showing_speed_popup = false;
|
||||
|
||||
bool m_show_mode_changed = false;
|
||||
std::map<wxString, wxImage> img_list; // key: url, value: wxBitmap png Image
|
||||
std::map<std::string, std::string> m_print_connect_types;
|
||||
std::vector<Button *> m_buttons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue