BFont::IsFixed() doesn't seem to work correctly under the app_server yet

(though the implementation *looks* correct), so I've disabled this check
for now.
This let it draw the data correctly, although the line selection has
artifacts that are not present under R5.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13290 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-06-27 02:01:32 +00:00
parent 84d9f25ac5
commit 0d58f3c284
1 changed files with 2 additions and 0 deletions

View File

@ -1272,8 +1272,10 @@ DataView::KeyDown(const char *bytes, int32 numBytes)
void
DataView::SetFont(const BFont *font, uint32 properties)
{
#if 0
if (!font->IsFixed())
return;
#endif
BView::SetFont(font, properties);