This is funny. This commit fixes the crash in BTextView. Something has to be severely broken somewhere in TextView.cpp, or am I missing something ?

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9506 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2004-10-25 21:32:50 +00:00
parent b019492c62
commit 3704cba94a

View File

@ -31,6 +31,8 @@ typedef struct STELine {
long offset; // offset of first character of line
float origin; // pixel position of top of line
float ascent; // maximum ascent for line
float padding; // TODO: Don't remove this, as something in
// TextView.cpp is broken and will crash
} STELine, *STELinePtr;