mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-14 19:20:26 +03:00
Fixed Bold/Italic Buttons
This commit is contained in:
parent
eb41f6bb14
commit
ca95ddc64b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue