diff options
Diffstat (limited to 'win32/PlatWin.cxx')
| -rw-r--r-- | win32/PlatWin.cxx | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 654e10fbd..53c6ec13c 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -2435,7 +2435,7 @@ void ListBoxX::StartResize(WPARAM hitCode) {  			break;  		// Note that the current hit test code prevents the left edge cases ever firing -		// as we don't want the left edge to be moveable +		// as we don't want the left edge to be movable  		case HTLEFT:  		case HTTOP:  		case HTTOPLEFT: @@ -2471,7 +2471,7 @@ LRESULT ListBoxX::NcHitTest(WPARAM wParam, LPARAM lParam) const {  		}  	} -	// Nerver permit resizing that moves the left edge. Allow movement of top or bottom edge +	// Never permit resizing that moves the left edge. Allow movement of top or bottom edge  	// depending on whether the list is above or below the caret  	switch (hit) {  		case HTLEFT: | 
