mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
* 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:
parent
4eaa564c95
commit
21bf8063a0
@ -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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user