[LyX/master] Use the application id of lyx to address the running LyX instance

2020-02-14 Thread Stephan Witt
commit ab877352e74455278da372d97672a7705ca2fd29 Author: Stephan Witt Date: Fri Feb 14 12:06:08 2020 +0100 Use the application id of lyx to address the running LyX instance --- development/MacOSX/lyxeditor |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Avoid uninitialized position variables in case of current inset not doing the assignment

2020-02-14 Thread Stephan Witt
commit 6dab8739eba3075965c416064c1f43ced10ee3e5 Author: Stephan Witt Date: Fri Feb 14 12:11:10 2020 +0100 Avoid uninitialized position variables in case of current inset not doing the assignment --- src/frontends/qt/GuiCompleter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2