jan: thuban/Thuban/UI renderer.py,1.64,1.65

cvs@intevation.de cvs at intevation.de
Thu Aug 18 23:54:27 CEST 2005


Author: jan

Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv17387

Modified Files:
	renderer.py 
Log Message:
(ScreenRenderer.draw_selection_incrementally): Call the right method
for the default size.


Index: renderer.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/renderer.py,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- renderer.py	30 Jun 2005 16:15:03 -0000	1.64
+++ renderer.py	18 Aug 2005 21:54:25 -0000	1.65
@@ -270,7 +270,7 @@
                     group = lc.FindGroup(value)
                     size = group.GetProperties().GetSize()
                 else:
-                    size = lc.GetDefaultSize()
+                    size = lc.GetDefaultGroup().GetProperties().GetSize()
                 args = (pen, brush, size)
 
             if useraw:





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)