diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-08-12 16:03:05 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-08-12 16:03:05 +0200 |
| commit | cdb1cb0a227f833b54a54aa5cad500441a8120fb (patch) | |
| tree | b8f7877d1dca25881f0d62f21f93d899cbb4f701 | |
| parent | bbd8ade1d960345f17f50294306a31f6d52582b3 (diff) | |
SpreadWidgets: don't be evil as gtk, scale is a double!
(bzr r4163.7.8)
| -rw-r--r-- | unity-shared/SpreadWidgets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-shared/SpreadWidgets.cpp b/unity-shared/SpreadWidgets.cpp index 58fab3f68..ba6a2b9f1 100644 --- a/unity-shared/SpreadWidgets.cpp +++ b/unity-shared/SpreadWidgets.cpp @@ -154,7 +154,7 @@ public: } } - int scale_; + double scale_; dash::BaseTexturePtr corner_tex_; dash::BaseTexturePtr left_edge_tex_; dash::BaseTexturePtr horizontal_tex_; |
