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:
parent
b019492c62
commit
3704cba94a
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user