correct cursor movement after typing

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@110 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-12-11 00:15:23 +00:00
parent 0a69db594e
commit 725d3a536f
4 changed files with 26 additions and 11 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
void TextValueViewer::draw(RotatedDC& dc) {
drawFieldBorder(dc);
v.draw(dc, value().value(), style(), viewer.getContext(), DRAW_NORMAL);
v.prepare(dc, value().value(), style(), viewer.getContext());
v.draw(dc, style(), DRAW_NORMAL);
}
void TextValueViewer::onValueChange() {