(cherry picked from commit 46f1f6f1cb)
This commit is contained in:
Richard Kimberly Heck 2020-04-08 17:50:09 -04:00
parent 1dbc2f30d5
commit d1feeaaf2d
2 changed files with 5 additions and 0 deletions

View File

@ -1002,6 +1002,9 @@ struct Sleep : QThread
bool LyXComm::loadFilesInOtherInstance() bool LyXComm::loadFilesInOtherInstance()
{ {
if (theFilesToLoad().size() == 0)
return true;
int pipefd; int pipefd;
int loaded_files = 0; int loaded_files = 0;
FileName const pipe(inPipeName()); FileName const pipe(inPipeName());

View File

@ -67,6 +67,8 @@ What's new
- Fix problems with apostrophe in path on Windows (bug 9368). - Fix problems with apostrophe in path on Windows (bug 9368).
- Don't open a new instance just because no files are given (bug 11635).
* USER INTERFACE * USER INTERFACE