mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-09 08:49:03 +00:00
Fixed: Image tooltip not showing correctly
--HG-- branch : develop
This commit is contained in:
parent
d6dcf7415a
commit
9dce8df546
1 changed files with 1 additions and 7 deletions
|
@ -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,14 +250,12 @@ namespace NLGUI
|
|||
btgc->setTexture (file);
|
||||
btgc->invalidateCoords();
|
||||
btgc->invalidateContent();
|
||||
btgc->resetInvalidCoords();
|
||||
btgc->updateCoords();
|
||||
paragraphChange();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Force image width, height
|
||||
void CGroupHTML::setImageSize(CViewBase *view, const CStyleParams &style)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue