mirror of
https://github.com/fadden/ciderpress.git
synced 2025-02-16 21:31:43 +00:00
Revert "Workaround for egregious window placement behavior"
This reverts commit 0a317cb0e7548f3a07725c15d110544cae3c1b70.
This commit is contained in:
parent
17689a7b23
commit
9698f46eae
@ -311,8 +311,6 @@ BOOL MainWindow::PreCreateWindow(CREATESTRUCT& cs)
|
|||||||
BOOL res = CFrameWnd::PreCreateWindow(cs);
|
BOOL res = CFrameWnd::PreCreateWindow(cs);
|
||||||
|
|
||||||
cs.dwExStyle &= ~(WS_EX_CLIENTEDGE);
|
cs.dwExStyle &= ~(WS_EX_CLIENTEDGE);
|
||||||
cs.cx = 1150;
|
|
||||||
cs.cy = 800;
|
|
||||||
|
|
||||||
// This changes the window class name to a value that the installer can
|
// This changes the window class name to a value that the installer can
|
||||||
// detect. This allows us to prevent installation while CiderPress is
|
// detect. This allows us to prevent installation while CiderPress is
|
||||||
|
@ -47,7 +47,6 @@ MyApp::MyApp() : CWinAppEx()
|
|||||||
LOGI("Leak detection enabled");
|
LOGI("Leak detection enabled");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//EnableLoadWindowPlacement(true);
|
|
||||||
EnableHtmlHelp();
|
EnableHtmlHelp();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user