M.Sz.
M.Sz.
Oh 2 pings - I'm coming xD I can't remember - can you guys reproduce that behavior with plain ( C version of) imgui? If so maybe that bug should...
Hehe sadly I'm not familiar with c++ too. Go is awesome and c isn't 😃 I will try to rewrite failing c code into c version of imgui as i...
@SeyRyuu could you try setting frame rounding style property
Thank you now we are sure that there is something wrong with giu/imgui-go. @AllenDang needs to investigate it
meh, unfortunetly, method cannot have type parameter :-( ```console ./Context.go:108:27: syntax error: method must have no type parameters ``` so it isn't possible yet or I'm doing something wrong 
@jasmeer could you tell more about what are going to achive? e.g., do you want to have a main menu bar with `File` and some image element next to it?
hmm, it is kind of difficult thing as imgui doesn't suppor that by default (as far as I know :smile: ) BUT, I'd try - create dropdown (probably combo custom...
well, it'll not work - unfortunately ComboCustomWidget doesn't support "custom" preview value - only strings
ok, @jasmeer it isn't _exactly_ what you're looking for but it could be a nice workaround ```golang package main import ( "fmt" "image" "github.com/AllenDang/giu" ) var img *image.RGBA func loop()...
@jasmeer thats exactly the problemm with context menu; it gets opened over mouse cursor rather than over widget.