Fixed Info pane filling

This commit is contained in:
YuSanka
2018-11-01 12:33:56 +01:00
parent 59d40050e2
commit a76be534a7
5 changed files with 110 additions and 70 deletions

View File

@@ -79,7 +79,7 @@ void Field::on_kill_focus(wxEvent& event)
void Field::on_change_field()
{
std::cerr << "calling Field::_on_change \n";
// std::cerr << "calling Field::_on_change \n";
if (m_on_change != nullptr && !m_disable_change_event)
m_on_change(m_opt_id, get_value());
}