projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4590540
)
stop the focus from appearing to be on the input box after closing an external editor
author
Benjamin Petrenko
<benjamin.petrenko@gmail.com>
Mon, 20 Jul 2015 11:48:33 +0000
(14:48 +0300)
committer
Benjamin Petrenko
<benjamin.petrenko@gmail.com>
Mon, 20 Jul 2015 11:48:33 +0000
(14:48 +0300)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
8b88254
..
00ca557
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-155,6
+155,7
@@
VbResult input_open_editor(void)
/* disable the active element */
dom_editable_element_set_disable(active, true);
+ dom_clear_focus(vb.gui.webview);
EditorData *data = g_slice_new0(EditorData);
data->file = file_path;