mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
parent
3192696512
commit
ce8ec78783
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user