Skip to content
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: UI error on collapse mode #57

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Conversation

FeiWang1119
Copy link
Contributor

modify UI on collapse mode

Issue: linuxdeepin/developer-center#4642

@@ -236,6 +239,12 @@ bool NotifyCenterWidget::hasAppNotification() const
return m_notifyWidget->model()->rowCount() > 0;
}

void NotifyCenterWidget::showEvent(QShowEvent *event)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个代码没用吧?

{
m_isCollapesNotificationFolding = false;
m_notifyWidget->model()->expandData();
if (refreshData)
m_notifyWidget->model()->expandData();
m_toggleNotificationFolding->setIcon(DDciIcon::fromTheme("arrow_ordinary_up"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个是不是可以删掉了,

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 18202781743, FeiWang1119

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@18202781743 18202781743 merged commit f8842cc into linuxdeepin:master Aug 24, 2023
12 checks passed
@FeiWang1119
Copy link
Contributor Author

/integrate

@github-actions
Copy link

AutoIntegrationPr Bot
auto integrate with pr url: deepin-community/Repository-Integration#370
PrNumber: 370
PrBranch: auto-integration-5973165802

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants