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:
@@ -1272,10 +1272,8 @@ DataView::KeyDown(const char *bytes, int32 numBytes)
|
|||||||
void
|
void
|
||||||
DataView::SetFont(const BFont *font, uint32 properties)
|
DataView::SetFont(const BFont *font, uint32 properties)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
if (!font->IsFixed())
|
if (!font->IsFixed())
|
||||||
return;
|
return;
|
||||||
#endif
|
|
||||||
|
|
||||||
BView::SetFont(font, properties);
|
BView::SetFont(font, properties);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user