Skip to content

Commit

Permalink
Merge pull request #112 from NREL/SAM_462
Browse files Browse the repository at this point in the history
MacOS test to address SAM issue 462
  • Loading branch information
sjanzou authored Nov 29, 2020
2 parents e7d5e3a + a2469ae commit 67bf9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/codeedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ void wxCodeEditCtrl::SetLanguage(Language lang) {
// first, revert to standard style
m_lang = NONE;

SetStyleBits(8);
SetLayoutCache(wxSTC_CACHE_PAGE);
SetLexer(wxSTC_LEX_NULL);

Expand Down
2 changes: 1 addition & 1 deletion src/plot/ploutdev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ void wxPLGraphicsOutputDevice::TextColour(const wxColour &c) {
m_textColour = c;
}

#define FREETYPE_TEXT 1
//#define FREETYPE_TEXT 1
#define FT_FONT_FACE_DEFAULT 0

#include <wex/utils.h>
Expand Down

0 comments on commit 67bf9ab

Please sign in to comment.