Open skipp68 opened 3 years ago
how to remove a window rounding?
I added this after my context init() call:
init()
style = bp.get_style() style.window_rounding = False bp.set_style(style)
how to remove a window rounding?