Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

branch
Py2 comp.
changeset 2791
a9577f248f04
parent 2525
8b507a9a2d40
parent 2731
5d1e721eb125
child 2847
1843ef6e2656
diff -r 6686a3326df8 -r a9577f248f04 Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py
--- a/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py	Mon Jul 08 21:47:26 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py	Mon Jul 08 22:36:10 2013 +0200
@@ -322,6 +322,7 @@
             from .SvnDiffDialog import SvnDiffDialog
             self.diff = SvnDiffDialog(self.vcs)
         self.diff.show()
+        self.diff.raise_()
         QApplication.processEvents()
         self.diff.start(self.filename, [rev1, rev2], pegRev=peg_rev)
     

eric ide

mercurial