diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-07 14:25:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-07 14:25:18 +0300 |
commit | 44e4516ee70177bad3e6826c61bf84227fef6653 (patch) | |
tree | 21afecbf3470976731b1b6e11a7e86d7245679c0 /include | |
parent | e92e83f502121d0a3d98b96ef7cda841c0c5bbf0 (diff) |
fixes #3829 (Popup+: пропали уточнения, что настраивается только цвет окон, но не шрифт)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_fontservice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_fontservice.h b/include/m_fontservice.h index bb156bd07e..c63a70a546 100644 --- a/include/m_fontservice.h +++ b/include/m_fontservice.h @@ -49,6 +49,7 @@ struct MBaseFontObjectW #define FIDF_ALLOWEFFECTS 0x0100 // allow setting of font effects (i.e. underline and strikeout)
#define FIDF_DISABLESTYLES 0x0200 // don't allow to select font attributes (bold/underline/italics)
// FIDF_ALLOWEFFECTS has priority and will override this flag!
+#define FIDF_DISABLEFONT 0x0400 // allow only color to be edited
// font class
#define FIDF_CLASSMASK 0x70000000
|