diff options
author | pieh <misiek.piechowiak@gmail.com> | 2011-11-11 13:59:02 +0100 |
---|---|---|
committer | pieh <misiek.piechowiak@gmail.com> | 2011-11-11 14:03:33 +0100 |
commit | fb2e7d1e556f724ba9de41546f7bf39d10301bbe (patch) | |
tree | 09c403d86001ef8bc89e359a4ce88833aac8046d | |
parent | 147163ea47cbc5be3da603b6991239cebaa7008c (diff) |
fixed: <onunload> action(s) not being executed in VideoFullScreen window
WindowClose animations aren't triggered in onDeinitWindow - it's safe to use CGUIWindow::OnDeinitWindow
-rw-r--r-- | xbmc/video/windows/GUIWindowFullScreen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/video/windows/GUIWindowFullScreen.h b/xbmc/video/windows/GUIWindowFullScreen.h index e2beed6d94..1f44df358e 100644 --- a/xbmc/video/windows/GUIWindowFullScreen.h +++ b/xbmc/video/windows/GUIWindowFullScreen.h @@ -46,7 +46,6 @@ public: virtual void OnSliderChange(void *data, CGUISliderControl *slider); protected: virtual EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event); - virtual void OnDeinitWindow(int nextWindow) {}; // no out window animation for fullscreen video private: void RenderTTFSubtitles(); |