mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
BeefCon fix
This commit is contained in:
parent
d9fd93ccbd
commit
0880839252
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ Projects = {BeefCon = {Path = "."}, Beefy2D = "*"}
|
||||||
|
|
||||||
[Workspace]
|
[Workspace]
|
||||||
StartupProject = "BeefCon"
|
StartupProject = "BeefCon"
|
||||||
|
PreprocessorMacros = ["BEEFCON"]
|
||||||
|
|
||||||
[Configs.Release.Win64]
|
[Configs.Release.Win64]
|
||||||
BfOptimizationLevel = "OgPlus"
|
BfOptimizationLevel = "OgPlus"
|
||||||
|
|
|
@ -579,7 +579,9 @@ class WinNativeConsoleProvider : ConsoleProvider
|
||||||
if ((mHideNativeConsole) && (window != default))
|
if ((mHideNativeConsole) && (window != default))
|
||||||
{
|
{
|
||||||
Windows.SetWindowPos(window, default, 0, 0, 0, 0, 0x290 /* SWP_NOACTIVATE | SWP_NOREPOSITION | SWP_HIDEWINDOW */);
|
Windows.SetWindowPos(window, default, 0, 0, 0, 0, 0x290 /* SWP_NOACTIVATE | SWP_NOREPOSITION | SWP_HIDEWINDOW */);
|
||||||
|
#if !BEEFCON
|
||||||
gApp.mMainWindow.SetForeground();
|
gApp.mMainWindow.SetForeground();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
//ResizeComponents();
|
//ResizeComponents();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue