Describe the bug
Entering full-screen mode for the first time shows two hint dialogs.
To Reproduce
Clear the settings (or only full_screen_dialog_shown) and enter full-screen mode.
Environment
- OS: Arch Linux i3wm
- CP Editor Version: 6.9.1
Additional context
It seems that QAbstractButton::toggled is emitted whenever QAbstractButton::setChecked is called regardless of whether the state is actually toggled.
Describe the bug
Entering full-screen mode for the first time shows two hint dialogs.
To Reproduce
Clear the settings (or only full_screen_dialog_shown) and enter full-screen mode.
Environment
Additional context
It seems that
QAbstractButton::toggledis emitted wheneverQAbstractButton::setCheckedis called regardless of whether the state is actually toggled.