X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=sface%2Fmainwindow.py;h=0bcd7664e1afef4ab080a492df0e7ed0363ff3f2;hb=ec662155314ca0f10483a22f99f6673f1549e27b;hp=ab552ce41e2626fd41b091c6d75ad0526d1c99e7;hpb=af547c974bce8d8a7952cfc8089ef30e5d8e4bdf;p=sface.git diff --git a/sface/mainwindow.py b/sface/mainwindow.py index ab552ce..0bcd766 100644 --- a/sface/mainwindow.py +++ b/sface/mainwindow.py @@ -111,6 +111,7 @@ class MainWindow(QWidget): self.logWindow.activateWindow() def showXmlWindow(self, link): + self.xmlWindow.init_view() self.xmlWindow.show() self.xmlWindow.resize(500, 500) self.xmlWindow.raise_()