mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
reftests/textview-tags: Hide text view cursor
Otherwise it'd sometimes show up, causing test flakyness.
This commit is contained in:
parent
130ff5f841
commit
7b7f3342d8
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user