From e156175a14479e2f550ed19195d3b1a0ac0d7797 Mon Sep 17 00:00:00 2001 From: Janne Liljeblad Date: Mon, 20 Mar 2017 17:46:25 +0200 Subject: [PATCH] Titler fix for 1.12.2 --- flowblade-trunk/Flowblade/tools/titler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowblade-trunk/Flowblade/tools/titler.py b/flowblade-trunk/Flowblade/tools/titler.py index f684cc494..2b5eaf3ad 100644 --- a/flowblade-trunk/Flowblade/tools/titler.py +++ b/flowblade-trunk/Flowblade/tools/titler.py @@ -316,7 +316,7 @@ def __init__(self): buttons_box.pack_start(guiutils.pad_label(15, 5), False, False, 0) buttons_box.pack_start(self.color_button, False, False, 0) buttons_box.pack_start(guiutils.pad_label(2, 1), False, False, 0) - buttons_box.pack_start(self.fill_on, False, False, 0) + #buttons_box.pack_start(self.fill_on, False, False, 0) buttons_box.pack_start(Gtk.Label(), True, True, 0) outline_label = Gtk.Label(_("Outline"))