minor fixes
[sface.git] / sface / mainwindow.py
index ab552ce..0bcd766 100644 (file)
@@ -111,6 +111,7 @@ class MainWindow(QWidget):
         self.logWindow.activateWindow()
 
     def showXmlWindow(self, link):
         self.logWindow.activateWindow()
 
     def showXmlWindow(self, link):
+        self.xmlWindow.init_view()
         self.xmlWindow.show()
         self.xmlWindow.resize(500, 500)
         self.xmlWindow.raise_()
         self.xmlWindow.show()
         self.xmlWindow.resize(500, 500)
         self.xmlWindow.raise_()