Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
97f9163bf603b7f7d73c6307b9fdc2fb1a919c53
Authored by
Charles Otto
2013-04-05 13:38:28 -0400
1 parent
b50a5249
Don't add the same GUIProxy twice as an event filter
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
openbr/plugins/gui.cpp
openbr/plugins/gui.cpp
View file @
97f9163
...
...
@@ -94,6 +94,8 @@ public slots:
94
94
void createWindow()
95
95
{
96
96
delete window;
97
+ QApplication::instance()->removeEventFilter(this);
98
+
97
99
window = new QLabel();
98
100
window->setVisible(true);
99
101
...
...