mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59: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()
|
||||
{
|
||||
setAcceptRichText(false);
|
||||
|
||||
m_lineNumberType = LineNumberType::None;
|
||||
|
||||
m_blockImageEnabled = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user