bin/main: fixed missing linenumber toogles.

F5 did nothing since it missed toggling the linenumber.

@fix
This commit is contained in:
ChunEon Park 2014-12-15 09:48:46 +09:00
parent 1061dd1aa6
commit 0f78075ead
1 changed files with 1 additions and 0 deletions

View File

@ -764,6 +764,7 @@ main_key_down_cb(void *data, int type EINA_UNUSED, void *ev)
{
enventor_object_ctxpopup_dismiss(ad->enventor);
config_linenumber_set(!config_linenumber_get());
enventor_object_linenumber_set(ad->enventor, config_linenumber_get());
return ECORE_CALLBACK_DONE;
}
//Tools