Skip to content

Commit

Permalink
Revert "Try disabling the font previews to fix bug #696293."
Browse files Browse the repository at this point in the history
This reverts commit 7f45129.
  • Loading branch information
cameronwhite committed Sep 26, 2012
1 parent 7f45129 commit 3f7ccfa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Pinta.Core/Extensions/ToolBarFontComboBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ private void RenderFont (CellLayout layout, CellRenderer renderer, TreeModel mod
CellRendererText cell = renderer as CellRendererText;

cell.Text = fontName;
if (PintaCore.System.OperatingSystem != OS.Mac) {
cell.Font = string.Format ("{0} 10", fontName);
cell.Family = fontName;
}
cell.Font = string.Format ("{0} 10", fontName);
cell.Family = fontName;
}
}
}

0 comments on commit 3f7ccfa

Please sign in to comment.