X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FToolbarBackend.h;h=d25b59da5e0faa3d9c1fe30004453d81fd0e4194;hb=1acedf11da79f509da706bc8d6d2f491c9676087;hp=95dc8900b726e9021a1ff9aabf19d1907c8ccb57;hpb=39cf8bcf168fbce3a7f1fe95efe4cb256342ce78;p=lyx.git diff --git a/src/ToolbarBackend.h b/src/ToolbarBackend.h index 95dc8900b7..d25b59da5e 100644 --- a/src/ToolbarBackend.h +++ b/src/ToolbarBackend.h @@ -77,7 +77,8 @@ public: LEFT = 64, //< show at left RIGHT = 128, //< show at right REVIEW = 256, //< show when change tracking is enabled - AUTO = 512 //< only if AUTO is set, when MATH, TABLE and REVIEW is used + AUTO = 512, //< only if AUTO is set, when MATH, TABLE and REVIEW is used + MATHMACROTEMPLATE = 1024 //< show in math macro template }; /// the toolbar items typedef std::vector Items;