File tree 3 files changed +12
-32
lines changed
3 files changed +12
-32
lines changed Original file line number Diff line number Diff line change 1
1
# QOwnNotes Changelog
2
2
3
+ ## 24.10.2
4
+ - A small graphical glitch on macOS in the *Markdown highlighting settings* was fixed
5
+ (for [#3130](https://github.com/pbek/QOwnNotes/issues/3130))
6
+
3
7
## 24.10.1
4
8
- In the *Stored image files* and the *Stored attachments* dialogs it's now possible
5
9
to only show files of the current note (for [#2354](https://github.com/pbek/QOwnNotes/issues/2354))
Original file line number Diff line number Diff line change @@ -3848,7 +3848,7 @@ void SettingsDialog::on_resetMessageBoxesButton_clicked() {
3848
3848
}
3849
3849
3850
3850
void SettingsDialog::on_markdownHighlightingCheckBox_toggled (bool checked) {
3851
- ui->markdownHighlightingFrame ->setEnabled (checked);
3851
+ ui->fullyHighlightedBlockquotesCheckBox ->setEnabled (checked);
3852
3852
}
3853
3853
3854
3854
void SettingsDialog::on_localTrashEnabledCheckBox_toggled (bool checked) {
Original file line number Diff line number Diff line change @@ -5401,6 +5401,13 @@ li.checked::marker { content: "\2612"; }
5401
5401
<string >Markdown highlighting</string >
5402
5402
</property >
5403
5403
<layout class =" QGridLayout" name =" gridLayout_35" >
5404
+ <item row =" 1" column =" 1" >
5405
+ <widget class =" QCheckBox" name =" fullyHighlightedBlockquotesCheckBox" >
5406
+ <property name =" text" >
5407
+ <string >Fully highlight blockquotes</string >
5408
+ </property >
5409
+ </widget >
5410
+ </item >
5404
5411
<item row =" 0" column =" 1" colspan =" 2" >
5405
5412
<widget class =" QCheckBox" name =" markdownHighlightingCheckBox" >
5406
5413
<property name =" toolTip" >
@@ -5411,37 +5418,6 @@ li.checked::marker { content: "\2612"; }
5411
5418
</property >
5412
5419
</widget >
5413
5420
</item >
5414
- <item row =" 1" column =" 1" colspan =" 2" >
5415
- <widget class =" QFrame" name =" markdownHighlightingFrame" >
5416
- <property name =" frameShape" >
5417
- <enum >QFrame::Shape::NoFrame</enum >
5418
- </property >
5419
- <property name =" frameShadow" >
5420
- <enum >QFrame::Shadow::Raised</enum >
5421
- </property >
5422
- <layout class =" QVBoxLayout" name =" verticalLayout_22" >
5423
- <property name =" leftMargin" >
5424
- <number >0</number >
5425
- </property >
5426
- <property name =" topMargin" >
5427
- <number >0</number >
5428
- </property >
5429
- <property name =" rightMargin" >
5430
- <number >0</number >
5431
- </property >
5432
- <property name =" bottomMargin" >
5433
- <number >0</number >
5434
- </property >
5435
- <item >
5436
- <widget class =" QCheckBox" name =" fullyHighlightedBlockquotesCheckBox" >
5437
- <property name =" text" >
5438
- <string >Fully highlight blockquotes</string >
5439
- </property >
5440
- </widget >
5441
- </item >
5442
- </layout >
5443
- </widget >
5444
- </item >
5445
5421
</layout >
5446
5422
</widget >
5447
5423
</item >
You can’t perform that action at this time.
0 commit comments