OSDN Git Service

セル選択の色修正
authorqwerty2501 <riot313@gmail.com>
Sun, 26 Feb 2012 22:15:15 +0000 (07:15 +0900)
committerqwerty2501 <riot313@gmail.com>
Sun, 26 Feb 2012 22:15:15 +0000 (07:15 +0900)
nlite.suo
nlite/nlite_property.cpp

index e0f7f4c..3b09724 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index dadf9cb..f64a3dc 100644 (file)
@@ -90,7 +90,7 @@ COLORREF CCommentViewProperty::GetSelectBackColor()const{
 
 COLORREF CCommentViewProperty::GetSelectSellLineColor()const{
 
-       return this->selectBackColor;
+       return this->selectSellLineColor;
 }
 
 COLORREF CCommentViewProperty::GetBackColor()const{