From 21bf8063a0cc6a8865c7e3506abeb2ae69dfaab0 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Sat, 26 Jan 2008 17:44:36 +0000 Subject: [PATCH] * no box around the pixmap option anymore. So we disable the option directly. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22680 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiPrefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 0e923ec50c..7862d44ca8 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -521,7 +521,7 @@ void PrefScreenFonts::update(LyXRC const & rc) pixmapCacheCB->setChecked(rc.use_pixmap_cache); #if defined(Q_WS_X11) - pixmapCacheGB->setEnabled(false); + pixmapCacheCB->setEnabled(false); #endif } -- 2.39.2