]> git.lyx.org Git - lyx.git/commitdiff
Disable respectOSkbd checkbox
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 25 Jan 2021 17:35:41 +0000 (18:35 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 25 Jan 2021 17:35:41 +0000 (18:35 +0100)
This is not ready yet. See discussion in #6450.

src/frontends/qt/GuiPrefs.cpp

index b4af5589d9909c8d95a1cf2ae29a75af805b147f..c04ef834138e40eecb2305f00dbf22ae2a738ed8 100644 (file)
@@ -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();
 }