Skip to content

Commit

Permalink
fix: 修复【画板】转换为ddf格式的图片无法打开
Browse files Browse the repository at this point in the history
修复【画板】转换为ddf格式的图片无法打开

Bug: https://pms.uniontech.com/bug-view-253321.html
Log: 修复【画板】转换为ddf格式的图片无法打开
  • Loading branch information
myk1343 committed May 9, 2024
1 parent 98dd279 commit 506abae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deepin-draw/drawfiles/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ void MainWindow::initConnection()
if (drawBoard()->close())
{
drawApp->quitApp();
_Exit(0);//确保正常退出
}
});

Expand Down

0 comments on commit 506abae

Please sign in to comment.