Kaydet (Commit) 60157eab authored tarafından Andre Fische's avatar Andre Fische Kaydeden (comit) Michael Meeks

impress211: #i115688# Forwarding result of ::Window::Notify().

üst 2983b776
...@@ -359,7 +359,7 @@ long Window::Notify( NotifyEvent& rNEvt ) ...@@ -359,7 +359,7 @@ long Window::Notify( NotifyEvent& rNEvt )
nResult = mpViewShell->Notify(rNEvt, this); nResult = mpViewShell->Notify(rNEvt, this);
} }
if( !nResult ) if( !nResult )
::Window::Notify( rNEvt ); nResult = ::Window::Notify( rNEvt );
return nResult; return nResult;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment