From ca9b00d5e8e494ec46bc28259a104ade3adaa40c Mon Sep 17 00:00:00 2001 From: fiaxh Date: Mon, 15 Apr 2019 17:29:18 +0200 Subject: Forward KeyEvent (and change focus) on key press in conversation view (not chat input) fixes #28 fixes #513 --- main/src/ui/chat_input/view.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/ui/chat_input') diff --git a/main/src/ui/chat_input/view.vala b/main/src/ui/chat_input/view.vala index 5e1ccb71..a33e8b53 100644 --- a/main/src/ui/chat_input/view.vala +++ b/main/src/ui/chat_input/view.vala @@ -26,7 +26,7 @@ public class View : Box { [GtkChild] private Frame frame; [GtkChild] private ScrolledWindow scrolled; - [GtkChild] private TextView text_input; + [GtkChild] public TextView text_input; [GtkChild] private Box outer_box; [GtkChild] private Button file_button; [GtkChild] private Separator file_separator; -- cgit v1.2.3-54-g00ecf