mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
The InsetPrintNomenclature settings make no sense with nomentbl
This commit is contained in:
parent
33869b62bf
commit
b73000a495
@ -507,4 +507,10 @@ string InsetPrintNomencl::contextMenuName() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
bool InsetPrintNomencl::hasSettings() const
|
||||||
|
{
|
||||||
|
return !contains(buffer().params().nomencl_opts, "nomentbl");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
|
@ -91,7 +91,7 @@ public:
|
|||||||
///
|
///
|
||||||
InsetCode lyxCode() const override;
|
InsetCode lyxCode() const override;
|
||||||
///
|
///
|
||||||
bool hasSettings() const override { return true; }
|
bool hasSettings() const override;
|
||||||
///
|
///
|
||||||
int rowFlags() const override { return Display; }
|
int rowFlags() const override { return Display; }
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user