-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Selecting the ListBox or List tab in the widgets example crashes the application on macOS #724
Comments
Reproduced today on Ubuntu 22.04:
|
I see, unfortunately can't focus on it right now because I'm quite busy with AllenDang/cimgui-go#229 (causes many). Will look into this ass soon as I get some time ;-) |
@gucio321 |
My suggestion is to fix the bug 😁 - contributions are welcome! |
I would try but... I would need to understand why it is not compiling on my machine, a AppleSilicon Mac running MacOs, and then dive in to the code. Thank you |
After my research on the latest commit (probably after #733 that updated cimgui-go) this doesn't happen anymore. LMK if someone still has this bug. |
Have just tried repeating the steps on the latest Thank you! |
What happend?
Clicking on either the
ListBox
orList
tab crashes thewidgets
application on macOS Sonoma 14.0.The message in the console is
File: /Users/runner/work/cimgui-go/cimgui-go/cimgui/imgui/imgui.cpp, Line: 2955
in both cases.Code example
I've noticed this on the official widgets example from
examples/widgets
.To Reproduce
cd examples go build widgets.go ./widgets
Click on either the
ListBox
orList
tab on the bottom of the window.Version
master
OS
macOS Sonoma 14.0
The text was updated successfully, but these errors were encountered: