another TODO

svn-id: r13057
This commit is contained in:
Max Horn 2004-02-25 23:15:21 +00:00
parent 9860361ebf
commit ef8811e424

6
TODO
View File

@ -145,6 +145,12 @@ GUI
* Remove code duplication between EditTextWidget and ListWidget (i.e. text * Remove code duplication between EditTextWidget and ListWidget (i.e. text
editing code; maybe we can factor that out into a common base or aggregate editing code; maybe we can factor that out into a common base or aggregate
class... not yet sure). 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 Game Detector
============= =============