diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-06 02:23:15 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-06 02:23:15 -0400 |
commit | acb80da387b001b65d7f25c7eca5a2ccd7e208b4 (patch) | |
tree | f967fed07f79b1a4d5db2fe12b151565004c058c /src | |
parent | d99d8443ee8cd06caee2e1daa7c0efa93085c200 (diff) | |
parent | 319f9c392c008b4474b88ba3757105892b0e3020 (diff) | |
download | abaddon-portaudio-acb80da387b001b65d7f25c7eca5a2ccd7e208b4.tar.gz abaddon-portaudio-acb80da387b001b65d7f25c7eca5a2ccd7e208b4.zip |
Merge branch 'master' of https://github.com/uowuo/abaddon
Diffstat (limited to 'src')
-rw-r--r-- | src/components/chatinput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chatinput.cpp b/src/components/chatinput.cpp index c3eca32..3e1db15 100644 --- a/src/components/chatinput.cpp +++ b/src/components/chatinput.cpp @@ -5,7 +5,7 @@ ChatInput::ChatInput() { set_propagate_natural_height(true); set_min_content_height(20); set_max_content_height(250); - set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC); + set_policy(Gtk::POLICY_EXTERNAL, Gtk::POLICY_AUTOMATIC); // hack auto cb = [this](GdkEventKey *e) -> bool { |