Skip to content

Commit

Permalink
Fix the main window error raise
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Oct 21, 2024
1 parent f81a93c commit a8f32d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [[Unrelease](https://github.com/QQxiaoming/quardCRT)]

en-US:

- Fix the main window error raise

zh-CN:

- 修复主窗口错误的提升

## [[V0.5.1](https://github.com/QQxiaoming/quardCRT/releases/tag/V0.5.1)] - 2024-09-26

en-US:
Expand Down
2 changes: 1 addition & 1 deletion lib/QGoodWindow/QGoodWindow/src/qgoodwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ bool QGoodWindow::event(QEvent *event)
if (FIXED_SIZE(this))
break;

activateWindow();
//activateWindow();

if (!windowState().testFlag(Qt::WindowNoState))
break;
Expand Down

0 comments on commit a8f32d8

Please sign in to comment.