]> git.lyx.org Git - lyx.git/commitdiff
Amend 261625f4129fd6e
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 29 Jul 2020 10:23:10 +0000 (12:23 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 29 Jul 2020 10:23:10 +0000 (12:23 +0200)
src/insets/InsetInfo.cpp

index b23255aafea8e7e2b03cbceed6e77801397e1ad2..699d878bb147924cf2cd88baea639755ac60282b 100644 (file)
@@ -759,6 +759,7 @@ bool InsetInfo::forceLocalFontSwitch() const
 {
        return params_.type == InsetInfoParams::MENU_INFO
                || params_.type == InsetInfoParams::SHORTCUTS_INFO
+               || params_.type == InsetInfoParams::SHORTCUT_INFO
                || params_.type == InsetInfoParams::L7N_INFO;
 }