• 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

Revision498ac902f9c467922efece8d13a3cb7040899f20 (tree)
Time2012-02-22 00:27:21
Authorqwerty2501 <riot313@gmai...>
Commiterqwerty2501

Log Message

エディットの挙動修正

Change Summary

Incremental Difference

Binary files a/nlite.suo and b/nlite.suo differ
--- a/nlite/nlite_commentWrite.cpp
+++ b/nlite/nlite_commentWrite.cpp
@@ -738,6 +738,10 @@ end:
738738 cs.Unlock();
739739
740740
741+ } else {
742+
743+ this->DefWindowProc();
744+
741745 }
742746 return;
743747 }
--- a/nlite/nlite_mainframe.cpp
+++ b/nlite/nlite_mainframe.cpp
@@ -644,11 +644,14 @@ VOID CNliteMainFrame::CSubLiveNoComboBox::OnKeyDown(TCHAR wParam, UINT upLParam,
644644
645645
646646 self.ConnectNicoLive(&buffer[0]);
647- }
648-
647+ }
649648 cs.Unlock();
650649
651650
651+ } else {
652+
653+ this->DefWindowProc();
654+
652655 }
653656 return;
654657 }