Skip to content

Commit

Permalink
changed on_key_prelease to on_key_press
Browse files Browse the repository at this point in the history
  • Loading branch information
nickleus27 committed Dec 11, 2021
1 parent eb119d9 commit 57abdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class studio::ValueBase_Entry : public Gtk::CellEditable, public Gtk::EventBox
on_editing_done();
return true;
}
return Gtk::EventBox::on_key_release_event(key_event);
return Gtk::EventBox::on_key_press_event(key_event);
SYNFIG_EXCEPTION_GUARD_END_BOOL(true)
}

Expand Down

0 comments on commit 57abdaa

Please sign in to comment.