forked from AuroraMiddleware/gtk
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:
parent
cb14fcca4c
commit
c192038027
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user