eliminate further useless sdf sampling in shaders; eliminate useless borders in ui, eliminating more overdraw; eliminate tab bar clipping issue

This commit is contained in:
Ryan Fleury
2024-01-29 15:52:08 -08:00
parent f6e7db7c3a
commit afe105da31
4 changed files with 29 additions and 22 deletions
-1
View File
@@ -4990,7 +4990,6 @@ DF_VIEW_UI_FUNCTION_DEF(Code)
ui_set_next_child_layout_axis(Axis2_Y);
container_box = ui_build_box_from_stringf(UI_BoxFlag_Clip|
UI_BoxFlag_Scroll|
UI_BoxFlag_DrawBorder|
UI_BoxFlag_AllowOverflowX|
UI_BoxFlag_AllowOverflowY,
"###code_area_%p", view);