* 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
This commit is contained in:
Stefan Schimanski 2008-01-26 17:44:36 +00:00
parent 4eaa564c95
commit 21bf8063a0

View 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
}