]> git.lyx.org Git - features.git/commitdiff
* no box around the pixmap option anymore. So we disable the option directly.
authorStefan Schimanski <sts@lyx.org>
Sat, 26 Jan 2008 17:44:36 +0000 (17:44 +0000)
committerStefan Schimanski <sts@lyx.org>
Sat, 26 Jan 2008 17:44:36 +0000 (17:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22680 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPrefs.cpp

index 0e923ec50c0ec480bcc564f0e153f13fb5e5a375..7862d44ca8ce875c1801184ef8e2c53e7729edc0 100644 (file)
@@ -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
        
 }