22 lines
536 B
Diff
22 lines
536 B
Diff
From: liucong321 <liucong1@kylinos.cn>
|
|
Date: Wed, 24 May 2023 14:48:41 +0800
|
|
Subject: update changelog
|
|
|
|
---
|
|
src/mainwindow.cpp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
|
|
index 5e4fbee..c803446 100644
|
|
--- a/src/mainwindow.cpp
|
|
+++ b/src/mainwindow.cpp
|
|
@@ -819,7 +819,7 @@ void MainWindow::slotChangeMaxState()
|
|
|
|
void MainWindow::slotChangeMiniState()
|
|
{
|
|
- showMinimized();
|
|
+ kdk::WindowManager::minimizeWindow(m_window_id);
|
|
}
|
|
|
|
void MainWindow::slotOpenHelpDoc()
|