diff options
Diffstat (limited to 'source/Player.cpp')
-rw-r--r-- | source/Player.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Player.cpp b/source/Player.cpp index 254e58655..8970719f1 100644 --- a/source/Player.cpp +++ b/source/Player.cpp @@ -438,6 +438,7 @@ void cPlayer::OpenWindow(cWindow * a_Window) CloseWindow(); a_Window->OpenedByPlayer(*this); m_CurrentWindow = a_Window; + a_Window->SendWholeWindow(*GetClientHandle()); } |