daboide Commit
Revision 395
Date: 2006-01-26 22:07:23 -0800 (Thu, 26 Jan 2006)
Author: paul

Changed:
U   trunk/ReportDesigner.py

Log:
My last changes on Windows caused a traceback on Linux. But the good news is 
that I can now find no difference in behavior between Windows and Linux.
Granted, I haven't looked too deeply yet. :)


Diff:
Modified: trunk/ReportDesigner.py
===================================================================
--- trunk/ReportDesigner.py     2006-01-27 05:49:44 UTC (rev 394)
+++ trunk/ReportDesigner.py     2006-01-27 06:07:23 UTC (rev 395)
@@ -1849,10 +1849,11 @@
                self.fillMenu()
 
                self._xmlEditorUpToDate = False
+               self.editor = self.pgf.Pages[0]
 
 
        def onActivate(self, evt):
-               self.editor = rdc.ActiveEditor = self.pgf.Pages[0]
+               rdc.ActiveEditor = self.editor
 
                if rdc.ReportForm:
                        if not hasattr(self, "_loaded"):




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to