Skip to content

Commit

Permalink
fluid-console display macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
karimhaddad committed Apr 8, 2023
1 parent fab9e6b commit 8f84e13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions OPENMUSIC/code/projects/fluid/tools/fluid-console.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,10 @@ In this case, all internal events are sent simultaneously.
(setf (channelText self) (om-make-dialog-item 'om-static-text
(om-make-point 8 5)
(om-make-point 76 20) "FLUIDSYNTH"
:font #+(or linux macosx)*om-default-font2b*
#+win32 *om-default-font1b*
:font
#+linux *om-default-font2b*
#+macosx (om-make-font oa::*om-def-bold-font-face* 10 :style '(:bold))
#+win32 *om-default-font1b*
))

(setf (channelBox self)
Expand Down

0 comments on commit 8f84e13

Please sign in to comment.