Set tray icon to processing state on retranslating edited text.

This commit is contained in:
Gres 2015-11-06 22:00:52 +03:00
parent 8c6e6854e1
commit aa26e6f9de

View File

@ -374,6 +374,8 @@ void Manager::editRecognized (ProcessingItem item) {
NULL, tr ("Правка"), tr ("Исправьте распознанный текст"), item.recognized);
if (!fixed.isEmpty ()) {
item.recognized = fixed;
++itemProcessingCount_;
updateNormalIcon ();
emit requestTranslate (item);
}
}