X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFloat.cpp;h=021b7f3b17e805d6e05e5e72d1ab9cf5c102f875;hb=9762ba5d388e8a81a6e58c464b635ca4cf48cbfa;hp=fcffac883abbff768267bb2b24a750e724f5bca8;hpb=0120c3fc10f1f1cc062f0c2a445fcee5d336d9f3;p=lyx.git diff --git a/src/insets/InsetFloat.cpp b/src/insets/InsetFloat.cpp index fcffac883a..021b7f3b17 100644 --- a/src/insets/InsetFloat.cpp +++ b/src/insets/InsetFloat.cpp @@ -209,6 +209,8 @@ bool InsetFloat::getStatus(Cursor & cur, FuncRequest const & cmd, flag.setEnabled(false); return true; } + // no subfloat: + // fall through default: return InsetCaptionable::getStatus(cur, cmd, flag);