-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: wrong status of switch button #609
fix: wrong status of switch button #609
Conversation
Synchronize source files from linuxdeepin/dtkwidget. Source-pull-request: linuxdeepin/dtkwidget#609
dd8308b
to
410a909
Compare
deepin pr auto review关键摘要:
是否建议立即修改:
|
Synchronize source files from linuxdeepin/dtkwidget. Source-pull-request: linuxdeepin/dtkwidget#609
Doc Check bot |
410a909
to
f7afc1b
Compare
Synchronize source files from linuxdeepin/dtkwidget. Source-pull-request: linuxdeepin/dtkwidget#609
correct the wrong initial status of switch button Bug: https://pms.uniontech.com/bug-view-276221.html Log:
f7afc1b
to
b9b7c39
Compare
Synchronize source files from linuxdeepin/dtkwidget. Source-pull-request: linuxdeepin/dtkwidget#609
@@ -30,6 +30,7 @@ class LIBDTKWIDGETSHARED_EXPORT DSwitchButton : public QAbstractButton, public D | |||
protected: | |||
void paintEvent(QPaintEvent *e) Q_DECL_OVERRIDE; | |||
void initStyleOption(DStyleOptionButton *option) const; | |||
void checkStateSet() Q_DECL_OVERRIDE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
新加接口了。社区版没问题。专业版可能需要更新版本号
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: FeiWang1119, kegechen The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/forcemerge |
This pr force merged! (status: behind) |
Synchronize source files from linuxdeepin/dtkwidget. Source-pull-request: linuxdeepin/dtkwidget#609
correct the wrong initial status of switch button
Bug: https://pms.uniontech.com/bug-view-276221.html
Log: