Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
3fd05914 by wurstsalat at 2022-09-12T22:16:48+02:00
cfix: ChatStack: Leave message correction on Esc
- - - - -
1 changed file:
- gajim/gtk/chat_stack.py
Changes:
=====================================
gajim/gtk/chat_stack.py
=====================================
@@ -156,6 +156,11 @@ def process_escape(self) -> bool:
if self.get_visible_child_name() == 'function':
self._chat_function_page.process_escape()
return True
+
+ if self._message_action_box.is_correcting:
+ self._message_action_box.toggle_message_correction()
+ return True
+
return False
def get_chat_control(self) -> ChatControl:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3fd059148c08e248fc813723dbf610f451632ab6
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3fd059148c08e248fc813723dbf610f451632ab6
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits