reftests: Avoid text caret from interfering

We are comparing a transparent label to a transparent
text view, so need to make sure the caret does not show
up in the text view to ruin the comparison.
This commit is contained in:
Matthias Clasen 2020-04-24 18:33:57 -04:00
parent cb14fcca4c
commit c192038027

View File

@ -8,6 +8,7 @@
<property name="width_request">160</property>
<property name="height_request">160</property>
<property name="wrap_mode">word</property>
<property name="cursor_visible">0</property>
<signal name="map" handler="reftest:add_border_windows" swapped="no"/>
</object>
</child>