• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版c11e1eebe47753ec2f4e5076a58c468c902b89fd (tree)
时间2021-01-20 22:11:03
作者yyagi <yyagi.dtxmania@gmai...>
Commiteryyagi

Log Message

#41300 DTXManiaの起動時にウインドウがアクティブになるまで、DTXManiaが起動しない問題を修正。
その他恥ずかしいコメントミスを修正。

更改概述

  • delete: "DTXMania/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/CDTXMania.cs"

差异

--- "a/DTXMania/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/CDTXMania.cs"
+++ "b/DTXMania/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/CDTXMania.cs"
@@ -1025,6 +1025,7 @@ namespace DTXMania
10251025 r現在のステージ = stage起動;
10261026 }
10271027 r現在のステージ.On活性化();
1028+ this.Window.Activate(); // #41300 workaround to avoid SharpDX exception
10281029 #endregion
10291030 }
10301031
@@ -1056,7 +1057,7 @@ namespace DTXMania
10561057 #if WindowedFullscreen
10571058 // #30666 2013.2.2 yyagi Don't use Fullscreen mode becasue NVIDIA GeForce is
10581059 // tend to delay drawing on Fullscreen mode. So DTXMania uses Maximized window
1059- // in spite of using fullscreen mode.
1060+ // instead of using fullscreen mode.
10601061 Instance.Window.WindowState = FormWindowState.Normal;
10611062 Instance.Window.FormBorderStyle = FormBorderStyle.Sizable;
10621063 Instance.Window.WindowState = FormWindowState.Normal;