mirror of
https://gitee.com/energye/energy.git
synced 2024-11-30 10:47:57 +08:00
upgrade-dev v2.1.3
This commit is contained in:
parent
deced6e93e
commit
1c351d9148
@ -196,7 +196,7 @@ func (m *TCEFChromium) Browser() *ICefBrowser {
|
||||
if m.browser == nil {
|
||||
var result uintptr
|
||||
imports.Proc(internale_CEFChromium_Browser).Call(m.Instance(), uintptr(unsafe.Pointer(&result)))
|
||||
return &ICefBrowser{instance: unsafe.Pointer(result)}
|
||||
m.browser = &ICefBrowser{instance: unsafe.Pointer(result)}
|
||||
}
|
||||
return m.browser
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user