diff options
author | Mike Blumenkrantz <m.blumenkran@samsung.com> | 2013-10-03 10:06:54 +0100 |
---|---|---|
committer | Mike Blumenkrantz <m.blumenkran@samsung.com> | 2013-10-03 10:12:44 +0100 |
commit | 9ad177dd607accbe6623dc4db22a3f8d39b199b8 (patch) | |
tree | 366afccf4cd862d26c75edc5f023b255ce3df212 /ChangeLog | |
parent | fbe015de2e8c9be553f0218396e97b9080d9aca9 (diff) | |
download | enlightenment-9ad177dd607accbe6623dc4db22a3f8d39b199b8.tar.gz |
bugfix: add handler for xwindow hiding in dnd
this fixes the case where a drag is occurring on a window and the window is closed/hidden before the dnd leave event occurs. previously this would break things to a moderate degree and cause further dnd operations to fail, but now we bravely soldier onward
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ 2013-10-03 Mike Blumenkrantz * Fix filemanager spring window closing when dragging from desktop + * Catch XWindow closes during DND operations on those windows 2013-09-19 Mike Blumenkrantz |