podgorskiy / bimpy

imgui for python
https://podgorskiy.github.io/bimpy/
MIT License
202 stars 33 forks source link

how to remove a window rounding #43

Open skipp68 opened 3 years ago

skipp68 commented 3 years ago

image how to remove a window rounding?

krister-ts commented 3 years ago

I added this after my context init() call:

style = bp.get_style()
style.window_rounding = False
bp.set_style(style)