diff options
author | Damiano Galassi <[email protected]> | 2019-08-12 19:31:04 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-12 19:31:04 +0200 |
commit | d5cfa90ad9ac1f822ee2a7bf27416ca2ec44ff65 (patch) | |
tree | 1db4c5c6731ed7ed62505feaaae412fac298f60b /macosx/HBQueueController.m | |
parent | 07283807608eb4af4385d3a02adf3c30be313d9e (diff) |
MacGui: fix some UI syncronization issues caused by moving things to another process.
Diffstat (limited to 'macosx/HBQueueController.m')
-rw-r--r-- | macosx/HBQueueController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBQueueController.m b/macosx/HBQueueController.m index e49a53b11..3a5f5d4aa 100644 --- a/macosx/HBQueueController.m +++ b/macosx/HBQueueController.m @@ -155,6 +155,7 @@ [NSNotificationCenter.defaultCenter addObserverForName:HBQueueDidChangeStateNotification object:_queue queue:NSOperationQueue.mainQueue usingBlock:^(NSNotification * _Nonnull note) { [self updateUI]; }]; + [self updateUI]; [self tableViewDidSelectItemsAtIndexes:[NSIndexSet indexSet]]; } |