[vte/vte-0-54] widget: Fix URL recognition after dragging the scrollbar
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-54] widget: Fix URL recognition after dragging the scrollbar
- Date: Sun, 25 Nov 2018 23:24:05 +0000 (UTC)
commit 4fddb49e7341ab1869778dc29f1f32b99fb28f22
Author: Egmont Koblinger <egmont gmail com>
Date: Mon Nov 26 00:21:57 2018 +0100
widget: Fix URL recognition after dragging the scrollbar
https://gitlab.gnome.org/GNOME/vte/issues/74
(cherry picked from commit cfd75ab69f221259e1c15a6b6957a88ef5b91ebc)
src/vte.cc | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/vte.cc b/src/vte.cc
index 6c9f70f9..26bd6f1e 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -7892,6 +7892,7 @@ Terminal::vadjustment_value_changed()
_vte_debug_print(VTE_DEBUG_ADJ,
"Scrolling by %f\n", dy);
invalidate_all();
+ match_contents_clear();
emit_text_scrolled(dy);
queue_contents_changed();
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]