Parent Directory
|
Revision Log
|
Patch
revision 1459 by bh, Fri Jul 18 14:56:13 2003 UTC | revision 1460 by bh, Fri Jul 18 15:23:48 2003 UTC | |
---|---|---|
# | Line 288 class MapCanvas(wxWindow, ViewPort): | Line 288 class MapCanvas(wxWindow, ViewPort): |
288 | self.drag_dc.SetLogicalFunction(wxINVERT) | self.drag_dc.SetLogicalFunction(wxINVERT) |
289 | self.drag_dc.SetBrush(wxTRANSPARENT_BRUSH) | self.drag_dc.SetBrush(wxTRANSPARENT_BRUSH) |
290 | self.tool.Show(self.drag_dc) | self.tool.Show(self.drag_dc) |
291 | self.CaptureMouse() | |
292 | self.dragging = 1 | self.dragging = 1 |
293 | ||
294 | def OnLeftUp(self, event): | def OnLeftUp(self, event): |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |