diff options
author | Damiano Galassi <[email protected]> | 2017-12-19 14:20:45 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-12-19 14:20:45 +0100 |
commit | 42932cb0ddf4e243a00421940644ee304bfa5719 (patch) | |
tree | ec7dc1685abfe7c376cf0659c40a2c5a3cd56d29 /macosx/HBController.m | |
parent | b5610f07bb472ff390a88802283cede23e01b351 (diff) |
MacGui: improve VoiceOver navigation.
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 187bf7929..95cda984f 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -203,6 +203,7 @@ [self enableUI:NO]; // Bottom + fRipIndicator.hidden = YES; [self updateProgress]; // Register HBController's Window as a receiver for files/folders drag & drop operations |