X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fmainwindow.py;h=0bcd7664e1afef4ab080a492df0e7ed0363ff3f2;hp=ab552ce41e2626fd41b091c6d75ad0526d1c99e7;hb=ec662155314ca0f10483a22f99f6673f1549e27b;hpb=7b16432d68759668f1eb0d35a18bdb74daa84aec 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_()