X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFlex.h;h=f7ea07a0c3fea27ecf970c044ed24f7938166a21;hb=eeb36e808c9726fd3689926a3c20457e3b801341;hp=527974adf62116edef72fdffb567deb8baefcfcc;hpb=e292dd70bf615d5dcc6b20a581ba1b71db0ee4a8;p=lyx.git diff --git a/src/insets/InsetFlex.h b/src/insets/InsetFlex.h index 527974adf6..f7ea07a0c3 100644 --- a/src/insets/InsetFlex.h +++ b/src/insets/InsetFlex.h @@ -40,6 +40,8 @@ public: /// bool hasSettings() const override { return false; } /// + bool canTrackChanges() const override { return name_ != "URL"; } + /// bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const override; ///