gtk/fix-demo: Set text color or it is sure to be white (invisible).
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 15 Sep 2017 04:40:55 +0000 (21:40 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 15 Sep 2017 04:40:55 +0000 (21:40 -0700)
src/gtk/fix-demo.scm

index 68d96b242e1572375f30efc84fd6769698275783..c4aba86bd00a3221a6782885cdf56952264464a5 100644 (file)
@@ -129,6 +129,7 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
       (fix-drawing-add-ink! drawing line3)
 
       (set-text-ink-position! text 150 150)
+      (set-text-ink-color! text "black")
       (set-simple-text-ink-text! text widget "Hello, World!")
       (fix-drawing-add-ink! drawing text)