You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparator: right-click menu for Sel Mode and Clear Selection
Right-click now opens a popup menu (like the MFC Viewer mouse menu) with
a checkable Sel Mode toggle, the same region-selection capture as the S
shortcut, and a Clear Selection item for the synchronized rectangle,
enabled only when a selection exists. Previously right-click only cleared
the selection and selection mode was reachable solely via the S key.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ All notable changes to Q1View are documented here. Releases follow [semantic ver
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
- Comparator: right-click now opens a popup menu with a checkable `Sel Mode` toggle (the same region-selection capture as the `S` shortcut) and a `Clear Selection` item for the synchronized rectangle (enabled only when a selection exists), mirroring the Viewer's right-click menu. Previously right-click only cleared the selection and selection mode was reachable solely via the keyboard.
0 commit comments