Browse Source

set the size of the hidden window to 0, it showed up one time now it won't be small if it does

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@237 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 20 years ago
parent
commit
6a6d640aac
1 changed files with 2 additions and 0 deletions
  1. 2 0
      MainFrm.cpp

+ 2 - 0
MainFrm.cpp

@@ -119,6 +119,8 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
 
 	theApp.AfterMainCreate();
 
+	MoveWindow(0, 0, -2, -2);
+
 	return 0;
 }