cegui icon indicating copy to clipboard operation
cegui copied to clipboard

MenuItem's "HasPopupContentSize" named area is ignored.

Open Ident opened this issue 14 years ago • 1 comments

Original report by Paul Turner (Bitbucket: pturner, GitHub: pturner).


Seems that after creation, the size is never again updated / queried.

Reproducibility: always

Ident avatar Jul 19 '11 17:07 Ident

Original comment by Paul Turner (Bitbucket: pturner, GitHub: pturner).


When the font is auto-scaled, this now functions correctly.

When the imageset is auto-scaled but the font is not auto-scaled, the issue persists. This is because the rendered size of the images change, but - as used to be the case for font - there is no notification of that change.

Images could be made to fire events like Fonts now do, the only problem with that is that it would cause an explosion of events - literally thousands, each triggering a hander on every window. It's not something I like contemplating :)

Ident avatar May 20 '12 18:05 Ident