diff options
author | nyamatongwe <devnull@localhost> | 2011-12-13 11:30:09 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-12-13 11:30:09 +1100 |
commit | f6bab08bd2733961cae78dbb94af9e60d8f5015b (patch) | |
tree | 4c0f3808e667377b4be604cd93471c105e1fc26a /src/ViewStyle.h | |
parent | 0247bd1dca33fca3f34b4da142d2542a8508dd04 (diff) | |
download | scintilla-mirror-f6bab08bd2733961cae78dbb94af9e60d8f5015b.tar.gz |
Allow non-integral space width. From Jason Haslam.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 39cd77339..4ee7f2a3e 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -72,7 +72,7 @@ public: unsigned int maxAscent; unsigned int maxDescent; unsigned int aveCharWidth; - unsigned int spaceWidth; + XYPOSITION spaceWidth; bool selforeset; ColourDesired selforeground; ColourDesired selAdditionalForeground; |