geom3trik / tuix

Cross-platform GUI toolkit written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Textbox styling does not respect bevel corners

WeirdConstructor opened this issue · comments

From my toolkit I tried styling the 3 text boxes in a column inside a popup.
The border on the corners look a bit odd, as they are not continuing on the edges.
The corners also don't respect the new bevel borders in the default on_draw impl
of Widget.

image

you can reproduce it by checking out this revision from my
HexoSynth application: https://github.com/WeirdConstructor/HexoSynth/tree/e8734b3d62f53f1b7c8f375cd0cc860745ce68d9

 cd tuix_gui
 cargo run --release

Then Ctrl+Right click on the knob on the right to open the popup.