/[thuban]/trunk/thuban/Thuban/UI/classifier.py
ViewVC logotype

Diff of /trunk/thuban/Thuban/UI/classifier.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2765 by dpinte, Mon Sep 18 14:27:02 2006 UTC revision 2766 by dpinte, Wed May 2 23:37:02 2007 UTC
# Line 1378  class ClassDataPreviewer: Line 1378  class ClassDataPreviewer:
1378          if rect is None:          if rect is None:
1379              x = 0              x = 0
1380              y = 0              y = 0
1381              w, h = dc.GetSize()              w = dc.GetSize().GetWidth()
1382                h = dc.GetSize().GetHeight()
1383          else:          else:
1384              x = rect.GetX()              x = rect.GetX()
1385              y = rect.GetY()              y = rect.GetY()

Legend:
Removed from v.2765  
changed lines
  Added in v.2766

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26