Skip to content

Commit

Permalink
sync: from linuxdeepin/dtkwidget
Browse files Browse the repository at this point in the history
Synchronize source files from linuxdeepin/dtkwidget.

Source-pull-request: linuxdeepin/dtkwidget#600
  • Loading branch information
deepin-ci-robot committed Aug 28, 2024
1 parent f18b453 commit 98f6c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/dtitlebar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ bool DTitlebar::eventFilter(QObject *obj, QEvent *event)
switch (event->type()) {
case QEvent::ShowToParent:
d->handleParentWindowIdChange();
d->updateButtonsState(d->targetWindow()->windowFlags());
d->handleParentWindowStateChange();
break;
case QEvent::Resize:
if (d->autoHideOnFullscreen) {
Expand Down

0 comments on commit 98f6c15

Please sign in to comment.