summaryrefslogtreecommitdiff
path: root/src/tikzit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tikzit.cpp')
-rw-r--r--src/tikzit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tikzit.cpp b/src/tikzit.cpp
index 53e83b6..78cb7a1 100644
--- a/src/tikzit.cpp
+++ b/src/tikzit.cpp
@@ -36,7 +36,7 @@ void Tikzit::init(QApplication *app)
QString styleFile = settings.value("previous-tikzstyles-file").toString();
if (!styleFile.isEmpty()) loadStyles(styleFile);
- connect(app, &QApplication::focusChanged, this, &focusChanged);
+ //connect(app, &QApplication::focusChanged, this, &focusChanged);
}
//QMenuBar *Tikzit::mainMenu() const