aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.m
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2014-12-30 02:30:30 +0100
committerMax <post@wickenrode.com>2014-12-30 02:30:30 +0100
commit2d8fd9c8eff0afca2cab9b8bbb791a0cdf1c583a (patch)
tree853a0058e6cbba9faa3dedd2573c9dd077c5d53d /Source/SPCustomQuery.m
parentae8a9465306eaee5bb1478b74057e1bdf540b1db (diff)
downloadsequelpro-2d8fd9c8eff0afca2cab9b8bbb791a0cdf1c583a.tar.gz
sequelpro-2d8fd9c8eff0afca2cab9b8bbb791a0cdf1c583a.tar.bz2
sequelpro-2d8fd9c8eff0afca2cab9b8bbb791a0cdf1c583a.zip
Fix a minor case of "bg thread updating UI"
Diffstat (limited to 'Source/SPCustomQuery.m')
-rw-r--r--Source/SPCustomQuery.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m
index 216cafa8..8b201776 100644
--- a/Source/SPCustomQuery.m
+++ b/Source/SPCustomQuery.m
@@ -916,7 +916,7 @@
return;
}
- [customQueryView reloadData];
+ [[customQueryView onMainThread] reloadData];
// Restore the result view origin if appropriate
if (!NSEqualRects(selectionViewportToRestore, NSZeroRect)) {