- Revision
- 16023
- Author
- pje
- Date
- 2007-12-03 12:52:32 -0800 (Mon, 03 Dec 2007)
Log Message
[APP] Fix a peculiar Mac rendering problem
Modified Paths
Diff
Modified: branches/rearchitecture/Chandler-Debugging/ocap/debugging/py_crust.py (16022 => 16023)
--- branches/rearchitecture/Chandler-Debugging/ocap/debugging/py_crust.py 2007-12-03 19:58:08 UTC (rev 16022) +++ branches/rearchitecture/Chandler-Debugging/ocap/debugging/py_crust.py 2007-12-03 20:52:32 UTC (rev 16023) @@ -71,7 +71,7 @@ self.cell = tool.ClientData event.Skip() - @trellis.rule + @trellis.observer def selectTool(self): value = self.cell for tool in self.widget.ToolBarTools: @@ -250,6 +250,7 @@ self.frame.Sizer.Layout() self.main_splitter.Show() self.child_splitter.Show() + self.tb_bridge # needed before Show() on Mac to prevent weirdness self.frame.Show() self.main_splitter.update_sash(.24) # ugh @@ -284,4 +285,3 @@ -
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
