Reverted last change, as BFont::IsFixed() does now work properly, thanks to Stefano.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13295 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-06-27 19:57:16 +00:00
parent 175c92ffb3
commit 0ed7eba713
-2
View File
@@ -1272,10 +1272,8 @@ 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);