This commit is contained in:
pypy
2020-11-07 20:39:46 +09:00
parent dc2ac889f9
commit e96cfe7ae3

View File

@@ -78,6 +78,7 @@ namespace VRCX
catch catch
{ {
} }
try try
{ {
var state = WindowState; var state = WindowState;
@@ -98,6 +99,9 @@ namespace VRCX
catch catch
{ {
} }
// 가끔 화면 위치가 안맞음.. 이걸로 해결 될지는 모르겠음
Browser.Invalidate();
} }
private void MainForm_Resize(object sender, System.EventArgs e) private void MainForm_Resize(object sender, System.EventArgs e)