diff options
| author | nyamatongwe <unknown> | 2004-03-08 11:04:57 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-03-08 11:04:57 +0000 | 
| commit | 1f6de0c1ffd8128f6f8121214d29a01e9ffbad28 (patch) | |
| tree | b8d430f4c8738f5702912decead8676bcebed351 /src | |
| parent | cef0c057bf7838b5ffb98594a6532bf968348301 (diff) | |
| download | scintilla-mirror-1f6de0c1ffd8128f6f8121214d29a01e9ffbad28.tar.gz | |
Ensure someStylesProtected is initialised.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ViewStyle.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index e2a65e09e..8df779079 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -98,6 +98,7 @@ ViewStyle::ViewStyle(const ViewStyle &source) {  	edgecolour.desired = source.edgecolour.desired;  	edgeState = source.edgeState;  	caretWidth = source.caretWidth; +	someStylesProtected = false;  	leftMarginWidth = source.leftMarginWidth;  	rightMarginWidth = source.rightMarginWidth;  	for (int i=0;i < margins; i++) { | 
