Skip to content

Commit

Permalink
Simba: Only allow monospaced fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPeel committed Sep 22, 2013
1 parent b7ae4a1 commit effab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Simba/simbaunit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ procedure TSimbaForm.ActionFontExecute(Sender: TObject);
Dialog := TFontDialog.Create(nil);
with Dialog do
try
Options := [fdEffects];
Options := [fdEffects, fdFixedPitchOnly];
Title := 'Font Editor';
Font := SimbaSettings.SourceEditor.Font.Value;

Expand Down

0 comments on commit effab0b

Please sign in to comment.