From: qwerty2501 Date: Sun, 26 Feb 2012 22:15:15 +0000 (+0900) Subject: セル選択の色修正 X-Git-Tag: v0.101~9 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cd34a579deb07fd4d34627bc119d9804ef40028b;p=nlite%2Fnlite.git セル選択の色修正 --- diff --git a/nlite.suo b/nlite.suo index e0f7f4c..3b09724 100644 Binary files a/nlite.suo and b/nlite.suo differ diff --git a/nlite/nlite_property.cpp b/nlite/nlite_property.cpp index dadf9cb..f64a3dc 100644 --- a/nlite/nlite_property.cpp +++ b/nlite/nlite_property.cpp @@ -90,7 +90,7 @@ COLORREF CCommentViewProperty::GetSelectBackColor()const{ COLORREF CCommentViewProperty::GetSelectSellLineColor()const{ - return this->selectBackColor; + return this->selectSellLineColor; } COLORREF CCommentViewProperty::GetBackColor()const{