Parent Directory
|
Revision Log
|
Patch
revision 1193 by frank, Thu Jun 5 15:59:57 2003 UTC | revision 1194 by bh, Fri Jun 13 13:02:30 2003 UTC | |
---|---|---|
# | Line 58 class IdentifyView(NonModalDialog): | Line 58 class IdentifyView(NonModalDialog): |
58 | top_box.Fit(self) | top_box.Fit(self) |
59 | top_box.SetSizeHints(self) | top_box.SetSizeHints(self) |
60 | ||
61 | # Make sure to reflect the current selection. | |
62 | self.selected_shape(parent.SelectedLayer(), parent.SelectedShapes()) | |
63 | ||
64 | def OnClose(self, event): | def OnClose(self, event): |
65 | self.parent.Unsubscribe(SHAPES_SELECTED, self.selected_shape) | self.parent.Unsubscribe(SHAPES_SELECTED, self.selected_shape) |
66 | NonModalDialog.OnClose(self, event) | NonModalDialog.OnClose(self, event) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |