- update the object list when the magic wand empties the selection when clicking on background

Fri, 04 Jul 2014 00:04:51 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Fri, 04 Jul 2014 00:04:51 +0300
changeset 819
e3d59b6bf053
parent 818
748ba8818af8
child 820
ea8360fe7c8b

- update the object list when the magic wand empties the selection when clicking on background

src/magicWand.cc file | annotate | diff | comparison | revisions
--- 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;
 	}

mercurial