mirror of
https://gitee.com/energye/energy.git
synced 2024-12-02 11:47:37 +08:00
v2.3.29 Fixed Chinese input and gtk3 issues for linux packagin,
And Windows Drag Region
This commit is contained in:
parent
1d51dc5f59
commit
804f71b233
@ -91,10 +91,11 @@ func (m *LCLBrowserWindow) doOnRenderCompMsg(message *types.TMessage, lResult *t
|
||||
*aHandled = true
|
||||
win.ReleaseCapture()
|
||||
rtl.PostMessage(m.Handle(), WM_NCLBUTTONDOWN, HTCAPTION, 0)
|
||||
rtl.SendMessage(m.Handle(), WM_NCLBUTTONUP, HTCAPTION, 0)
|
||||
}
|
||||
case WM_NCLBUTTONUP: //nc l up
|
||||
if m.rgn != nil && wdrs.canCaption {
|
||||
*lResult = HTCAPTION
|
||||
*aHandled = true
|
||||
}
|
||||
case WM_NCRBUTTONDOWN: //nc r down
|
||||
if m.rgn != nil && wdrs.canCaption {
|
||||
|
Loading…
Reference in New Issue
Block a user