• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisioncd34a579deb07fd4d34627bc119d9804ef40028b (tree)
Time2012-02-27 07:15:15
Authorqwerty2501 <riot313@gmai...>
Commiterqwerty2501

Log Message

セル選択の色修正

Change Summary

Incremental Difference

Binary files a/nlite.suo and b/nlite.suo differ
--- a/nlite/nlite_property.cpp
+++ b/nlite/nlite_property.cpp
@@ -90,7 +90,7 @@ COLORREF CCommentViewProperty::GetSelectBackColor()const{
9090
9191 COLORREF CCommentViewProperty::GetSelectSellLineColor()const{
9292
93- return this->selectBackColor;
93+ return this->selectSellLineColor;
9494 }
9595
9696 COLORREF CCommentViewProperty::GetBackColor()const{