OSDN Git Service

コメント表示方法に難があったので修正
[nlite/nlite.git] / nlite / nlite_commentview.cpp
index 16299db..74ac1e8 100644 (file)
@@ -554,7 +554,7 @@ namespace nlite{
                if(vScrollInfo.nPos + static_cast<INT_PTR>(vScrollInfo.nPage) >= vScrollInfo.nMax - static_cast<INT_PTR>(vScrollInfo.nPage)){
                        m_commentListWindow.Invalidate();
                        
-                       this->PostMessage(UM_COMMENTVIEW_SETCTRL,NULL,NULL);
+                       this->m_commentListWindow.PostMessage(UM_COMMENTVIEW_SETCTRL,NULL,NULL);
                }
 
                return;