M.Sz.
M.Sz.
I don't need it anymore but it should be possible now, with cigui-go
okey, while working on [constitutor](https://github.com/thegreaterheptavirate/constitutor) I finally found it: # THE `giu.OpenPopup(...)` NEEDS TO BE CALLED IN THE SAME LAYOUT LEVEL AS POPUP DEFINITION (I think it was already said...
and one more thing: popupModals cannot be definied inside MenuWidget, why?
ok, another imporvement - I baypassed imgui at all ;-) ```go package app import ( "github.com/AllenDang/giu" ) type PopupModal struct { id string popup *giu.PopupModalWidget isOpenInGiu bool isOpen bool }...
will be added on wiki in FAQ
For me it works now so I suppose this was fixed. Let me know if you still have this problem.
@AllenDang what do you think about the following solution, I've tought about: in (*RowWidget).Build: - before rendering widget save giu.GetCursorPos() - render widget - check if new CursorPos is diffrent...
I think we can close this.
so, if index 0 is the only case, fix here should be easy to do. It just needs some extra stuff in style setter to extend `fonts` field to a...
Yeah and This https://github.com/AllenDang/giu/blob/304f0b9ed27bd1e4e246308b2326900c3a26f5fd/StyleSetter.go#L62 should apply to all default fonts Also there is no need to add me method - setfont can be modified `SetFont(fonrs .. FontInfo)`