|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #55958] [octave forge] (symbolic) Incorrect symbolic dispay |
| Date: | Thu, 21 Mar 2019 17:42:53 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36 |
Follow-up Comment #5, bug #55958 (project octave):
Hmm, looks like we inherited it from (an ancient version of?) qterminal:
#ifdef Q_OS_MAC
QFont font = QFont("Monaco");
font.setStyleHint(QFont::TypeWriter);
font.setPointSize(11);
#else
QFont font = QFont("Monospace");
font.setStyleHint(QFont::TypeWriter);
font.setPointSize(10);
#endif
https://hg.savannah.gnu.org/hgweb/octave/file/51414d51a973/libgui/qterminal/libqterminal/unix/QUnixTerminalImpl.cpp#l64
If this is obsolete should we update this in Octave? Is there updated code we
can import from the upstream qterminal project?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55958>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |