mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 23:15:56 +08:00
clean cout
This commit is contained in:
parent
488e4d83e4
commit
bd36042523
@ -480,7 +480,6 @@ public:
|
||||
}
|
||||
void set_value(const boost::any& value, bool change_event = false) {
|
||||
m_disable_change_event = !change_event;
|
||||
std::cout << value.type().name() << "==wxString !1\n";
|
||||
dynamic_cast<wxStaticText*>(window)->SetLabel(boost::any_cast<wxString>(value));
|
||||
m_disable_change_event = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user