commit 6bf8a0ade8bd804f634a14cd9cd2ac61e7d3a153
Author: Jean-Marc Lasgouttes <lasgout...@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();
 }
 
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to