mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
disable rich text in VTextEdit
This commit is contained in:
parent
83119e860c
commit
2186716655
@ -42,6 +42,8 @@ VTextEdit::~VTextEdit()
|
|||||||
|
|
||||||
void VTextEdit::init()
|
void VTextEdit::init()
|
||||||
{
|
{
|
||||||
|
setAcceptRichText(false);
|
||||||
|
|
||||||
m_lineNumberType = LineNumberType::None;
|
m_lineNumberType = LineNumberType::None;
|
||||||
|
|
||||||
m_blockImageEnabled = false;
|
m_blockImageEnabled = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user