Improve code style, Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-08-16 14:23:59 +02:00
parent 8144e9b21b
commit 928b56f2bf
22 changed files with 656 additions and 363 deletions

View File

@@ -427,7 +427,7 @@ void IndiTextPropertiesWidget::on_m_advanced_editor_pb_clicked() {
void IndiTextPropertiesWidget::on_m_break_html_pb_clicked()
{
if (m_text) {
if (m_text) {
m_text->setPlainText(m_text->toPlainText());
}
for (QPointer<IndependentTextItem> piti : m_text_list) {