mirror of
https://gitee.com/energye/energy.git
synced 2024-11-30 10:47:57 +08:00
fix: macos hide title
This commit is contained in:
parent
399e02a20f
commit
d40c3ec9db
@ -39,7 +39,7 @@ func (m *LCLBrowserWindow) HideTitle() {
|
||||
if m.TForm == nil {
|
||||
return
|
||||
}
|
||||
m.TForm.SetBorderStyle(types.BsSingle)
|
||||
m.TForm.SetBorderStyle(types.BsNone)
|
||||
}
|
||||
|
||||
// 默认事件注册 windows 消息事件
|
||||
|
Loading…
Reference in New Issue
Block a user