You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I move the mouse to the bottom of the TableView and find that I can adjust the height at this point, I click the mouse and drag it up and down
There is a crash
Crash message:
"runtime error: invalid memory address or nil pointer dereference"
Stack:
4 0x0000000000614d3f in github.com/lxn/walk.(*Splitter).onInsertedWidget.func3.3
at C:/Users/zzlwd/go/pkg/mod/github.com/lxn/[email protected]/splitter.go:426
5 0x00000000005fe97a in github.com/lxn/walk.(*MouseEventPublisher).Publish
at C:/Users/zzlwd/go/pkg/mod/github.com/lxn/[email protected]/mouseevent.go:69
6 0x00000000006579fc in github.com/lxn/walk.(*WindowBase).publishMouseEvent
at C:/Users/zzlwd/go/pkg/mod/github.com/lxn/[email protected]/window.go:2054
7 0x000000000065a0c9 in github.com/lxn/walk.(*WindowBase).WndProc
at C:/Users/zzlwd/go/pkg/mod/github.com/lxn/[email protected]/window.go:2382
8 0x0000000000616545 in github.com/lxn/walk.(*splitterHandle).WndProc
at C:/Users/zzlwd/go/pkg/mod/github.com/lxn/[email protected]/splitterhandle.go:69
9 0x000000000065839e in github.com/lxn/walk.defaultWndProc
at C:/Users/zzlwd/go/pkg/mod/github.com/lxn/[email protected]/window.go:2159
(truncated)
My question:
Is it because I'm dragging the bottom element, causing the bottom element to be larger than the program can display? Or is it related to this issue #597?
What I did:
TableView
and find that I can adjust the height at this point, I click the mouse and drag it up and downCrash message:
My question:
Is it because I'm dragging the bottom element, causing the bottom element to be larger than the program can display? Or is it related to this issue #597?
My Code
The text was updated successfully, but these errors were encountered: