mirror of https://github.com/buggins/dlangui.git
Redraw on window exposed too
This commit is contained in:
parent
dd0df51ba3
commit
fed4712085
|
@ -1056,6 +1056,9 @@ class SDLPlatform : Platform {
|
|||
break;
|
||||
case SDL_WINDOWEVENT_EXPOSED:
|
||||
debug(DebugSDL) Log.d("SDL_WINDOWEVENT_EXPOSED");
|
||||
version(linux) {
|
||||
w.redraw();
|
||||
}
|
||||
break;
|
||||
case SDL_WINDOWEVENT_MOVED:
|
||||
debug(DebugSDL) Log.d("SDL_WINDOWEVENT_MOVED");
|
||||
|
|
Loading…
Reference in New Issue