mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
parent
25ad5c8b3e
commit
5d269df606
@ -3519,7 +3519,7 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||
docstring const layout = resolveLayout(req_layout, cur);
|
||||
|
||||
enable = !owner_->forcePlainLayout() && !layout.empty();
|
||||
status.setOnOff(isAlreadyLayout(layout, cur));
|
||||
status.setOnOff(!owner_->forcePlainLayout() && isAlreadyLayout(layout, cur));
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user