[LyX/master] Disable respectOSkbd checkbox

Jean-Marc Lasgouttes lasgouttes at lyx.org
Mon Jan 25 17:34:58 UTC 2021


commit 6bf8a0ade8bd804f634a14cd9cd2ac61e7d3a153
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Mon Jan 25 18:35:41 2021 +0100

    Disable respectOSkbd checkbox
    
    This is not ready yet. See discussion in #6450.
---
 src/frontends/qt/GuiPrefs.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/frontends/qt/GuiPrefs.cpp b/src/frontends/qt/GuiPrefs.cpp
index b4af558..c04ef83 100644
--- a/src/frontends/qt/GuiPrefs.cpp
+++ b/src/frontends/qt/GuiPrefs.cpp
@@ -2453,6 +2453,9 @@ PrefLanguage::PrefLanguage(GuiPreferences * form)
 		                      index.data(Qt::UserRole).toString());
 	}
 	uiLanguageCO->blockSignals(false);
+
+	// FIXME: restore this when it works (see discussion in #6450).
+	respectOSkbdCB->hide();
 }
 
 


More information about the lyx-cvs mailing list