summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-08-06 16:03:49 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-08-06 16:23:32 -0300
commite6a7feeb93a27ef36d15dddcb45c2cc4812a37b0 (patch)
tree838ef2999e1540047c1b22b1641fa19f447aa6ab /changes
parentaaec2c78dc0bf39d7d4b9ae930de9b7f95ae763c (diff)
Fix logger window blocking the bitmask quit().
- Set the logger window parent, - don't use an mainwindow instance variable to hold the window object. This fix have the side offect that prevent multiple log windows being created at the same time, but it does not causes any side effect or problem.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_logger-hangs-quit1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_logger-hangs-quit b/changes/bug_logger-hangs-quit
new file mode 100644
index 00000000..b76f6218
--- /dev/null
+++ b/changes/bug_logger-hangs-quit
@@ -0,0 +1 @@
+- Fix logger window blocking the bitmask quit().