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

And Windows Drag Region
This commit is contained in:
杨红岩 2023-01-18 18:41:36 +08:00
parent 1d51dc5f59
commit 804f71b233

View File

@ -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 {