提交 84d12153 编写于 作者: yanghye's avatar yanghye

v2.3.46 Fixed Chinese input and gtk3 issues for linux packagin,

And Windows Drag Region
上级 7ededb75
......@@ -120,17 +120,18 @@ func (m *LCLBrowserWindow) setProperty() {
if m.windowProperty.AlwaysOnTop {
m.SetFormStyle(types.FsSystemStayOnTop)
}
if !m.windowProperty.EnableMinimize {
m.DisableMinimize()
}
if !m.windowProperty.EnableMaximize {
m.DisableMaximize()
}
if !m.windowProperty.EnableResize {
m.SetBorderStyle(types.BsSingle)
}
if m.windowProperty._EnableHideCaption {
m.HideTitle()
} else {
if !m.windowProperty.EnableMinimize {
m.DisableMinimize()
}
if !m.windowProperty.EnableMaximize {
m.DisableMaximize()
}
if !m.windowProperty.EnableResize {
m.SetBorderStyle(types.BsSingle)
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册