GUI2/Widget: draw debug borders in the foreground
This commit is contained in:
parent
d79fcdc065
commit
9f1a92d71a
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,6 @@ bool widget::draw_background()
|
|||
clip.shift(-get_origin());
|
||||
auto clip_setter = draw::reduce_clip(clip);
|
||||
|
||||
draw_debug_border();
|
||||
return impl_draw_background();
|
||||
}
|
||||
|
||||
|
@ -429,6 +428,7 @@ bool widget::draw_foreground()
|
|||
clip.shift(-get_origin());
|
||||
auto clip_setter = draw::reduce_clip(clip);
|
||||
|
||||
draw_debug_border();
|
||||
return impl_draw_foreground();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue