Minor WM_Raise tidy up

ugfx_release_2.6
Andrew Hannam 2016-07-28 16:34:34 +10:00
parent 7e15f0840e
commit 868a272d6e
1 changed files with 1 additions and 1 deletions

View File

@ -991,7 +991,7 @@ static void WM_Raise(GHandle gh) {
#if GWIN_NEED_CONTAINERS
// Any children need to be raised too
if ((gh->flags & GWIN_FLG_CONTAINER)) {
GHandle gx = gh;
GHandle gx;
GHandle child;
bool_t restart;