Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/NREL/wex into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Dec 2, 2020
2 parents e7d5e3a + 67bf9ab commit 586ec06
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 586ec06

Please sign in to comment.