From: Jean-Marc Lasgouttes Date: Mon, 25 Jan 2021 17:35:41 +0000 (+0100) Subject: Disable respectOSkbd checkbox X-Git-Tag: 2.4.0-alpha3~205 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6bf8a0ade8bd804f634a14cd9cd2ac61e7d3a153;p=lyx.git Disable respectOSkbd checkbox This is not ready yet. See discussion in #6450. --- diff --git a/src/frontends/qt/GuiPrefs.cpp b/src/frontends/qt/GuiPrefs.cpp index b4af5589d9..c04ef83413 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(); }