Fixed Bold/Italic Buttons

This commit is contained in:
Diyou 2024-03-17 17:42:24 +01:00
parent eb41f6bb14
commit ca95ddc64b
No known key found for this signature in database
GPG key ID: 74219FC76F60F354

View file

@ -61,7 +61,7 @@ QtLayouts.RowLayout {
checkable: true
checked: boldValue
onStateChanged: {
onToggled: {
boldValue = checked
}
}
@ -72,8 +72,8 @@ QtLayouts.RowLayout {
checkable: true
checked: italicValue
onStateChanged: {
italicvalue = checked
onToggled: {
italicValue = checked
}
}