mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
qt does not implement forks-show either
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5876 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7d2401aafd
commit
55679132aa
@ -1,3 +1,8 @@
|
||||
2002-12-19 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyx_gui.C (getStatus): forks-show is not implemented by the qt
|
||||
frontend
|
||||
|
||||
2002-12-19 John Levon <levon@movementarian.org>
|
||||
|
||||
* QPrefs.C: if we can't find the font family, use
|
||||
|
@ -175,6 +175,7 @@ FuncStatus lyx_gui::getStatus(FuncRequest const & ev)
|
||||
switch (ev.action) {
|
||||
case LFUN_LAYOUT_PREAMBLE:
|
||||
case LFUN_TOOLTIPS_TOGGLE:
|
||||
case LFUN_FORKS_SHOW:
|
||||
flag.unknown(true);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user