[vte/wip/egmont/bidi: 1/2] crash
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/egmont/bidi: 1/2] crash
- Date: Tue, 19 Feb 2019 14:02:01 +0000 (UTC)
commit 72d1c8066e2441d8d678f9682d90c8d0ea212ef2
Author: Egmont Koblinger <egmont gmail com>
Date: Tue Feb 19 15:01:00 2019 +0100
crash
src/vte.cc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 3a06009a..368fdd0c 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -10601,8 +10601,13 @@ Terminal::process(bool emit_adj_changed)
process_incoming();
}
m_input_bytes = 0;
- } else
+ } else {
+ // FIXMEegmont why is it needed here, and is this the best place?
+ // Without this, sudden two-finger kinetic scrolls result in crash.
+ ringview_maybe_update();
+
emit_pending_signals();
+ }
return is_active;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]