Output stack trace why the tooltip is closed

This commit is contained in:
YUKI Hiroshi 2016-02-19 20:49:03 +09:00
parent 77a212e1b0
commit 745c53ba24

View File

@ -461,7 +461,7 @@ FullTooltipManager.prototype = inherit(TreeStyleTabBase, {
hide : function FTM_hide()
{
log('hide');
logWithStackTrace('hide');
this.cancelDelayedHide();
this.tabFullTooltip.hidePopup();
this.changingPropertiesCount = 0;