mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-12-17 17:41:29 +08:00
add valid check for wav_ctrl
This commit is contained in:
@@ -594,7 +594,6 @@ void c_surface_mcu::fill_rect(int x0, int y0, int x1, int y1, unsigned int rgb,
|
||||
{
|
||||
return m_gfx_op->fill_rect(x0, y0, x1, y1, rgb);
|
||||
}
|
||||
|
||||
for (; y0 <= y1; y0++)
|
||||
{
|
||||
draw_hline(x0, x1, y0, rgb, z_order);
|
||||
|
||||
Reference in New Issue
Block a user