mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
InsetSpace and InsetVSpace are clickable (part of #8847)
This commit is contained in:
parent
ce1503d4c5
commit
6781db79c5
@ -139,6 +139,8 @@ public:
|
||||
///
|
||||
bool hasSettings() const { return true; }
|
||||
///
|
||||
bool clickable(int, int) const { return true; }
|
||||
///
|
||||
InsetCode lyxCode() const { return SPACE_CODE; }
|
||||
/// is this an expandible space (rubber length)?
|
||||
bool isStretchableSpace() const;
|
||||
|
@ -32,6 +32,8 @@ public:
|
||||
///
|
||||
bool hasSettings() const { return true; }
|
||||
///
|
||||
bool clickable(int, int) const { return true; }
|
||||
///
|
||||
std::string contextMenuName() const;
|
||||
///
|
||||
static void string2params(std::string const &, VSpace &);
|
||||
|
Loading…
Reference in New Issue
Block a user