Skip to content

Commit

Permalink
fix: LCL无边框窗口, 点击任务栏不能切换窗口问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sxmxta committed Nov 4, 2023
1 parent 62bf24b commit 0760192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cef/application-run.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func Run(app *TCEFApplication) {
//lcl.RunApp(&BrowserWindow.mainBrowserWindow)

lcl.Application.Initialize()
lcl.Application.SetMainFormOnTaskBar(BrowserWindow.Config.MainFormOnTaskBar)
lcl.Application.CreateForm(&BrowserWindow.mainBrowserWindow)
lcl.Application.Run()
//lclwidget.CustomWidgetSetFinalization()
Expand Down

0 comments on commit 0760192

Please sign in to comment.