Fri, 04 Jul 2014 00:04:51 +0300
- update the object list when the magic wand empties the selection when clicking on background
--- a/src/magicWand.cc Thu Jul 03 21:08:32 2014 +0300 +++ b/src/magicWand.cc Fri Jul 04 00:04:51 2014 +0300 @@ -64,7 +64,10 @@ if (obj == null) { if (type == Set) + { getCurrentDocument()->clearSelection(); + g_win->buildObjList(); + } return; }