aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-01-30 13:02:14 +0000
committerBibiko <bibiko@eva.mpg.de>2010-01-30 13:02:14 +0000
commitc8fee6645a732f8a3e3a860a45bd6d66cea5df19 (patch)
tree6654a1e701a507ae87e3fa0e819c3b2da39311cd /Source/CustomQuery.h
parentbbe91a360d7c8a8c5c11a36045c846decf91c6e5 (diff)
downloadsequelpro-c8fee6645a732f8a3e3a860a45bd6d66cea5df19.tar.gz
sequelpro-c8fee6645a732f8a3e3a860a45bd6d66cea5df19.tar.bz2
sequelpro-c8fee6645a732f8a3e3a860a45bd6d66cea5df19.zip
• current query highlighting is done now in drawRect: (much more faster and thanks to Jakob)
• improved snippet background drawings esp. for multiple lines (commit on behalf of Jakob) • simplified code for changing and setting background colors and Pref setting for highlight current query by observers (much more faster)
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 8e2e9fdd..e92dc4f0 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -117,7 +117,7 @@
NSRange currentQueryRange;
NSArray *currentQueryRanges;
NSRange oldThreadedQueryRange;
- BOOL hasBackgroundAttribute;
+
BOOL selectionButtonCanBeEnabled;
NSString *mySQLversion;
NSTableColumn *sortColumn;