mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
ebf5979cf4
There were two main issues: 1. The intermediate surface on which the rich text is drawn was not resized when the widget was resized. This resulted in text being cut. 2. The Graphics::MacText does not properly handle width changes, Resize is not handled at all if there is a table, but even when there is no table it can have issues with the font. As a workaround it is now recreated instead of being resized. |
||
---|---|---|
.. | ||
editable.cpp | ||
editable.h | ||
edittext.cpp | ||
edittext.h | ||
grid.cpp | ||
grid.h | ||
groupedlist.cpp | ||
groupedlist.h | ||
list.cpp | ||
list.h | ||
popup.cpp | ||
popup.h | ||
richtext.cpp | ||
richtext.h | ||
scrollbar.cpp | ||
scrollbar.h | ||
scrollcontainer.cpp | ||
scrollcontainer.h | ||
tab.cpp | ||
tab.h |