Merge pull request #360 from and3md/lxde_fix

Unnecessary restore modal childs after window exposed event - fixes #355
This commit is contained in:
Vadim Lopatin 2017-06-02 10:34:55 +03:00 committed by GitHub
commit 4819442938
1 changed files with 0 additions and 2 deletions

2
src/dlangui/platforms/sdl/sdlapp.d Executable file → Normal file
View File

@ -1258,8 +1258,6 @@ class SDLPlatform : Platform {
break;
case SDL_WINDOWEVENT_EXPOSED:
debug(DebugSDL) Log.d("SDL_WINDOWEVENT_EXPOSED - ", w.windowCaption);
if (!_windowsMinimized && w.hasVisibleModalChild())
w.restoreModalChilds();
w.invalidate();
break;
case SDL_WINDOWEVENT_MOVED: