reftests/textview-tags: Hide text view cursor

Otherwise it'd sometimes show up, causing test flakyness.
This commit is contained in:
Jonas Ådahl 2020-12-08 12:03:18 +01:00
parent 130ff5f841
commit 7b7f3342d8
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
<object class="GtkWindow" id="window1">
<child>
<object class="GtkTextView" id="textview1">
<property name="cursor_visible">false</property>
<property name="buffer">textbuffer1</property>
<signal name="map" handler="reftest:apply_tags_red_blue" swapped="no"/>
</object>

View File

@ -37,6 +37,7 @@
<object class="GtkWindow" id="window1">
<child>
<object class="GtkTextView" id="textview1">
<property name="cursor_visible">false</property>
<property name="buffer">textbuffer1</property>
<signal name="map" handler="reftest:apply_tags_blue" swapped="no"/>
</object>