OSDN Git Service

エディットの挙動修正
authorqwerty2501 <riot313@gmail.com>
Tue, 21 Feb 2012 15:27:21 +0000 (00:27 +0900)
committerqwerty2501 <riot313@gmail.com>
Tue, 21 Feb 2012 15:27:21 +0000 (00:27 +0900)
nlite.suo
nlite/nlite_commentWrite.cpp
nlite/nlite_mainframe.cpp

index 3f6412f..4b8b938 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index a657ff0..ed0793e 100644 (file)
@@ -738,6 +738,10 @@ end:
                        cs.Unlock();
 
 
+               } else {
+
+                       this->DefWindowProc();
+
                }
                return;
        }
index b1d08d9..9e0658e 100644 (file)
@@ -644,11 +644,14 @@ VOID CNliteMainFrame::CSubLiveNoComboBox::OnKeyDown(TCHAR wParam, UINT upLParam,
                        
                        
                        self.ConnectNicoLive(&buffer[0]);
-               }
-                                       
+               }               
                cs.Unlock();
                                        
                                        
+       } else {
+
+               this->DefWindowProc();
+
        }
        return;
 }