mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
After export-cancel, hide busy and cancel buttons
This is consistent with 70a71a82
(which is about the code path
through clicking on the 'x' status bar icon).
In the next commit I'll make a function to centralize this sequence
of killing a script and emitting the scriptKilled() signal.
This commit is contained in:
parent
70a71a824b
commit
01abab9ad9
@ -4449,6 +4449,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
|||||||
}
|
}
|
||||||
case LFUN_EXPORT_CANCEL: {
|
case LFUN_EXPORT_CANCEL: {
|
||||||
Systemcall::killscript();
|
Systemcall::killscript();
|
||||||
|
Q_EMIT scriptKilled();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case LFUN_BUFFER_SWITCH: {
|
case LFUN_BUFFER_SWITCH: {
|
||||||
|
Loading…
Reference in New Issue
Block a user