summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-08-12 19:31:04 +0200
committerDamiano Galassi <[email protected]>2019-08-12 19:31:04 +0200
commitd5cfa90ad9ac1f822ee2a7bf27416ca2ec44ff65 (patch)
tree1db4c5c6731ed7ed62505feaaae412fac298f60b /macosx/HBQueueController.m
parent07283807608eb4af4385d3a02adf3c30be313d9e (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.m1
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]];
}