OSDN Git Service

コミットテスト
authorqwerty2501 <riot313@gmail.com>
Mon, 30 Jan 2012 15:03:25 +0000 (00:03 +0900)
committerqwerty2501 <riot313@gmail.com>
Mon, 30 Jan 2012 15:03:25 +0000 (00:03 +0900)
nlite.suo
nlite/nlite_commentview.cpp

index d43a5cc..dfbe999 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index 83c72f7..14bfb8b 100644 (file)
@@ -12,7 +12,7 @@ namespace nlite{
        showFlag(FALSE),
        m_master(hMaster)
        {
-               this->chatDispCtrl.Create(hMaster.m_commentListWindow,0,NULL,WS_CHILD | (mulutiLineFlag == TRUE ? ES_MULTILINE : ES_AUTOHSCROLL),0,CHAT_DISPCTRL_ID);
+               this->chatDispCtrl.Create(hMaster.m_commentListWindow,0,NULL,WS_CHILD ,0,CHAT_DISPCTRL_ID);
                return;
        }