mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
Continuing in this case invites disaster. So let's try returning.
This commit is contained in:
parent
efaae780db
commit
a4fa1a8f7b
@ -263,7 +263,7 @@ void Text::changeDepth(Cursor & cur, DEPTH_CHANGE type)
|
||||
|
||||
void Text::setFont(Cursor & cur, Font const & font, bool toggleall)
|
||||
{
|
||||
LASSERT(this == cur.text(), /**/);
|
||||
LASSERT(this == cur.text(), return);
|
||||
// Set the current_font
|
||||
// Determine basis font
|
||||
FontInfo layoutfont;
|
||||
|
Loading…
Reference in New Issue
Block a user