Fixed Info pane filling

This commit is contained in:
YuSanka 2018-11-01 12:33:56 +01:00
parent 5a4cef9ac1
commit e62246d56c
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());
}