Home
last modified time | relevance | path

Searched refs:sm_warn_on_font_scale (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteprint.cpp59 bool wxSTEditorPrintout::sm_warn_on_font_scale = true; member in wxSTEditorPrintout
120 if (sm_warn_on_font_scale && m_editor->GetEditorStyles().IsOk()) in wxSTEditorPrintout()
138 sm_warn_on_font_scale = false; in wxSTEditorPrintout()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dsteprint.h73 static bool sm_warn_on_font_scale; variable