add an abort() here to help sort out remaining tt positioning issues; send backtraces to the list

SVN revision: 69204
This commit is contained in:
Mike Blumenkrantz 2012-03-11 21:50:02 +00:00
parent cb8c60d07c
commit 58d2852b57
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ _elm_tooltip_reconfigure(Elm_Tooltip *tt)
if ((tx < 0) || (ty < 0)) if ((tx < 0) || (ty < 0))
{ {
TTDBG("POSITIONING FAILED! THIS IS A BUG SOMEWHERE!\n"); TTDBG("POSITIONING FAILED! THIS IS A BUG SOMEWHERE!\n");
abort();
return; return;
} }
evas_object_move(tt->tt_win ? : tt->tooltip, tx, ty); evas_object_move(tt->tt_win ? : tt->tooltip, tx, ty);