处理自动保存旋转后的图片,缩略图不跟随变化

This commit is contained in:
yangjiaxuan 2022-06-10 15:28:12 +08:00
parent 715f67a4c4
commit 6dfa6a94cf
1 changed files with 2 additions and 0 deletions

View File

@ -1816,6 +1816,8 @@ void MainWindow::on_act_save_triggered()
if (HGBASE_ERR_OK == saveRet) if (HGBASE_ERR_OK == saveRet)
{ {
if(auto_save_changes_ && save_from_changed_)
m_thumb->notify_mouse_leave();
m_thumb->refreshItem(m_currFilePath); m_thumb->refreshItem(m_currFilePath);
m_modify = false; m_modify = false;
updateActionStatus(); updateActionStatus();