mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
parent
596b9f8607
commit
5318d2fa7d
@ -152,7 +152,7 @@ bool TocWidget::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||
case LFUN_OUTLINE_IN:
|
||||
case LFUN_OUTLINE_OUT:
|
||||
case LFUN_SECTION_SELECT:
|
||||
status.setEnabled(true);
|
||||
status.setEnabled(item.dit() != 0);
|
||||
return true;
|
||||
|
||||
case LFUN_LABEL_COPY_AS_REF: {
|
||||
|
@ -87,6 +87,9 @@ What's new
|
||||
|
||||
- Fix crash when changing alignment of several cells in tabular (bug 8859).
|
||||
|
||||
- Disable invalid actions in empty outliner that could trigger a crash
|
||||
(bug 8885).
|
||||
|
||||
- Fix bug where searching for next change may leave an empty paragraph
|
||||
where cursor was (bug 3199).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user