[gtk/matthiasc/for-master: 2/3] reftests: Avoid text caret from interfering



commit c192038027f27b6a57eb8995a6a95a29d4834546
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Apr 24 18:33:57 2020 -0400

    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.

 testsuite/reftests/textview-border-windows.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/testsuite/reftests/textview-border-windows.ui b/testsuite/reftests/textview-border-windows.ui
index 1a7503f651..dc51f0091e 100644
--- a/testsuite/reftests/textview-border-windows.ui
+++ b/testsuite/reftests/textview-border-windows.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]