mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 00:58:13 +08:00
Show a "Ctrl +" label instead of "Ctrl =" for View > Zoom In (#3377)
This commit is contained in:
@@ -456,7 +456,7 @@ impl TransformOperation {
|
||||
}
|
||||
let mut typing_hints = vec![HintInfo::keys([Key::Minus], "Negate Direction")];
|
||||
if self.can_begin_typing() {
|
||||
typing_hints.push(HintInfo::keys([Key::NumKeys], "Enter Number"));
|
||||
typing_hints.push(HintInfo::keys([Key::FakeKeyNumbers], "Enter Number"));
|
||||
if self.is_typing() {
|
||||
typing_hints.push(HintInfo::keys([Key::Backspace], "Delete Digit"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user