mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
* src/insets/InsetCollapsable.h:
- exclude insets with latex_language from spell checking (bug 4810). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24543 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
229d03b023
commit
d341c4f446
@ -118,8 +118,8 @@ public:
|
|||||||
/// (status_), autoOpen_ and openinlined_, and of
|
/// (status_), autoOpen_ and openinlined_, and of
|
||||||
/// course decoration().
|
/// course decoration().
|
||||||
Geometry geometry() const;
|
Geometry geometry() const;
|
||||||
///
|
/// Allow spellchecking, except for insets with latex_language
|
||||||
bool allowSpellCheck() const { return true; }
|
bool allowSpellCheck() const { return !forceLTR(); }
|
||||||
///
|
///
|
||||||
bool allowMultiPar() const;
|
bool allowMultiPar() const;
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user