Fixed: Image tooltip not showing correctly

--HG--
branch : develop
hg/compatibility-develop
Nimetu 7 years ago
parent d6dcf7415a
commit 9dce8df546

@ -225,8 +225,6 @@ namespace NLGUI
btn->setTexturePushed(file);
btn->invalidateCoords();
btn->invalidateContent();
btn->resetInvalidCoords();
btn->updateCoords();
paragraphChange();
}
else
@ -242,8 +240,6 @@ namespace NLGUI
btm->setTexture (file);
btm->invalidateCoords();
btm->invalidateContent();
btm->resetInvalidCoords();
btm->updateCoords();
paragraphChange();
}
else
@ -254,8 +250,6 @@ namespace NLGUI
btgc->setTexture (file);
btgc->invalidateCoords();
btgc->invalidateContent();
btgc->resetInvalidCoords();
btgc->updateCoords();
paragraphChange();
}
}

Loading…
Cancel
Save