.Draw: CreateImage variant with RGBA

git-svn-id: svn://ultimatepp.org/upp/trunk@2578 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-07-29 13:37:31 +00:00
parent 79dd152b45
commit c8a8fdcc21
3 changed files with 8 additions and 4 deletions

View file

@ -1272,7 +1272,6 @@ bool ArrayCtrl::SetCursor(int i)
return SetCursor0(i);
}
void ArrayCtrl::ShowAppendLine() {
sb.ScrollInto(GetTotalCy(), GetLineCy());
}