summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGraph.h
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-20 10:37:45 (GMT)
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-21 11:40:46 (GMT)
commit2655a6b45562ceac31a7b7d82312650be57e6d1a (patch)
tree6b97db4ac1e7d49e5534877880d098457cd89a35 /generic/tkbltGraph.h
parent642cb1492823506722719e74e8edf03445f9410b (diff)
downloadblt-2655a6b45562ceac31a7b7d82312650be57e6d1a.zip
blt-2655a6b45562ceac31a7b7d82312650be57e6d1a.tar.gz
blt-2655a6b45562ceac31a7b7d82312650be57e6d1a.tar.bz2
Upgrade vScale_/hScale_ to double
Diffstat (limited to 'generic/tkbltGraph.h')
-rw-r--r--generic/tkbltGraph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkbltGraph.h b/generic/tkbltGraph.h
index 8aece0f..e44bb7d 100644
--- a/generic/tkbltGraph.h
+++ b/generic/tkbltGraph.h
@@ -164,8 +164,8 @@ namespace Blt {
int hRange_;
int vOffset_;
int hOffset_;
- float vScale_;
- float hScale_;
+ double vScale_;
+ double hScale_;
Pixmap cache_;
short int cacheWidth_;
short int cacheHeight_;