diff options
| author | nyamatongwe <devnull@localhost> | 2012-06-26 10:54:48 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2012-06-26 10:54:48 +1000 |
| commit | 96f05dcfd4c44567f6efaf19ab7d6bcad086ca20 (patch) | |
| tree | efdf958d0a34d22937188a0927be8012e7f963b9 /src | |
| parent | 01ac8968bc741a192d65f12acfb5aeaf25a37c0e (diff) | |
| download | scintilla-mirror-96f05dcfd4c44567f6efaf19ab7d6bcad086ca20.tar.gz | |
Fixed incorrect comment.
Diffstat (limited to 'src')
| -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 56d15d3e5..292ed01ec 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -103,7 +103,7 @@ public: /// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin enum { margins=5 }; int leftMarginWidth; ///< Spacing margin on left of text - int rightMarginWidth; ///< Spacing margin on left of text + int rightMarginWidth; ///< Spacing margin on right of text int maskInLine; ///< Mask for markers to be put into text because there is nowhere for them to go in margin MarginStyle ms[margins]; int fixedColumnWidth; |
