Skip to content

fix checkboxes#80

Merged
bpozdena merged 1 commit intobpozdena:mainfrom
VoodaGod:patch-1
Feb 10, 2023
Merged

fix checkboxes#80
bpozdena merged 1 commit intobpozdena:mainfrom
VoodaGod:patch-1

Conversation

@VoodaGod
Copy link
Contributor

@VoodaGod VoodaGod commented Feb 6, 2023

fix other checkboxes like at ProfileSettingsPage.set_check_box_state()

OneDriveGUI/src/OneDriveGUI.py

Lines 1676 to 1677 in 3d24801

# if state == Qt.Checked:
if self.sender().isChecked():

fixes #61 and #64

@bpozdena
Copy link
Owner

It looks like I fixed the other setter set_check_box_state() in dd61ac8, but forgot to fix the rest as well. I just don't remember why it works in 99% of cases...

Nice catch! Thanks for the PR. I will cleanup the unused stateparameter later...some day :-).

@bpozdena bpozdena merged commit 9104629 into bpozdena:main Feb 10, 2023
bpozdena added a commit that referenced this pull request Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Auto-sync on GUI startup not working

2 participants