mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[pycharm] PY-79581 Debugger: fix normalization fus
(cherry picked from commit b699f127c8108a08525ad250dd1934e242ce2cb3) GitOrigin-RevId: c41ce438a12f0c54689a818c215a0e522c1752b9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
56fd2a49b3
commit
82f5a16ec3
@@ -48,7 +48,7 @@ class NormalizeImageAction : DumbAwareAction() {
|
||||
document.value = rotatedNotNormalizedImage
|
||||
imageFile.putUserData(NORMALIZATION_APPLIED_KEY, false)
|
||||
}
|
||||
ScientificImageActionsCollector.logNormalizedImageInvoked(normalizationApplied)
|
||||
ScientificImageActionsCollector.logNormalizedImageInvoked(!normalizationApplied)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user