[dia] Bug 680685 - Select -> Select by -> Line Color selections are not instantly visible
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] Bug 680685 - Select -> Select by -> Line Color selections are not instantly visible
- Date: Sun, 29 Jul 2012 20:48:51 +0000 (UTC)
commit af05aec3c0ce7c8feba4ffca171a118c12577a98
Author: Hans Breuer <hans breuer org>
Date: Fri Jul 27 16:11:08 2012 +0200
Bug 680685 - Select -> Select by -> Line Color selections are not instantly visible
plug-ins/python/select_by.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/python/select_by.py b/plug-ins/python/select_by.py
index 62dd960..bb22269 100644
--- a/plug-ins/python/select_by.py
+++ b/plug-ins/python/select_by.py
@@ -104,7 +104,8 @@ def select_by_selected (data, name) :
if not bFoundAny :
dia.message(0, "No selected object has the property '%s'." % name)
data.update_extents ()
-
+ d.flush()
+
def select_by_fill_color_cb (data, flags) :
select_by_selected (data, "fill_colour")
def select_by_line_color_cb (data, flags) :
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]