Skip to content
Snippets Groups Projects
Commit 89c8e75a authored by Ajay Gopinath's avatar Ajay Gopinath
Browse files

Fixed TextToolbar's 'text size' menu not closing when focus is changed.

parent 73ad0281
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@
if(tobj == null) tobj = currentlySelectedTextObject;
if(textSizeMenu.isOpen) {
LogUtil.debug("Text size menu is open...trying to close");
textSizeMenu.close();
textSizeMenu.displayPopUp();
}
var loc:Point = canvas.localToGlobal(new Point(tobj.x, tobj.y));
this.x = loc.x;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment