Author: jcater
Date: 2006-04-06 10:32:47 -0500 (Thu, 06 Apr 2006)
New Revision: 8386
Modified:
trunk/gnue-designer/src/forms/PagePainter/skins/default.py
Log:
draw sibling borders with dotted lines instead of solid
Modified: trunk/gnue-designer/src/forms/PagePainter/skins/default.py
===================================================================
--- trunk/gnue-designer/src/forms/PagePainter/skins/default.py 2006-04-06
15:29:31 UTC (rev 8385)
+++ trunk/gnue-designer/src/forms/PagePainter/skins/default.py 2006-04-06
15:32:47 UTC (rev 8386)
@@ -213,7 +213,7 @@
"""
x, y, w, h = self.hit_test_area.Get()
dc.SetBrush(wx.Brush(wx.BLACK, wx.TRANSPARENT))
- dc.SetPen(wx.Pen(color_map['selectedframe']))
+ dc.SetPen(wx.Pen(color_map['selectedframe'], style=wx.DOT))
dc.DrawLine(3, h, w + 5, h)
def enter_edit_mode(self):
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue