mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
another TODO
svn-id: r13057
This commit is contained in:
parent
9860361ebf
commit
ef8811e424
6
TODO
6
TODO
@ -145,6 +145,12 @@ GUI
|
||||
* Remove code duplication between EditTextWidget and ListWidget (i.e. text
|
||||
editing code; maybe we can factor that out into a common base or aggregate
|
||||
class... not yet sure).
|
||||
* Fix EditTextWidget::drawCaret and ListWidget::drawCaret support for alternate
|
||||
fonts (the current code overdraws chars partly, and relies on the fact that
|
||||
our default built-in font has a seperation pixel column on the *left* side;
|
||||
most other bitmap fonts have it on the right, though). To this end, we maybe
|
||||
should backup the background before drawing the caret, and restore it when
|
||||
erasing the caret.
|
||||
|
||||
Game Detector
|
||||
=============
|
||||
|
Loading…
x
Reference in New Issue
Block a user