Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
diff options
context:
space:
mode:
authorManuel QuiƱones <manuel.por.aca@gmail.com>2011-05-03 02:03:40 (GMT)
committer Manuel QuiƱones <manuel.por.aca@gmail.com>2011-05-03 02:03:40 (GMT)
commit338e95d0545044d38cc98a470d3e52bf55690c3b (patch)
treec29ac7d18da7d9cad944e677c51d38c740aab88a /widgets.py
parent3836ab94d6fbb6ba91c3ead450c60d1c1532481b (diff)
Stamp use white as alpha color
Diffstat (limited to 'widgets.py')
-rw-r--r--widgets.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets.py b/widgets.py
index 7858841..50be573 100644
--- a/widgets.py
+++ b/widgets.py
@@ -317,7 +317,9 @@ class ButtonStrokeColor(gtk.ToolItem):
self.vbox_brush_options.show_all()
# Change title:
self.set_title(_('Brush properties'))
- self._palette.queue_draw()
+
+ self._palette._picker_hbox.resize_children()
+ self._palette._picker_hbox.queue_draw()
def set_stamping(self, stamping):
self._stamping = stamping