Kaydet (Commit) 3c3c7418 authored tarafından Stephan Schäfer's avatar Stephan Schäfer

#98168# send asctivate/deactivate events on focus change

üst 1e1f134c
......@@ -2,9 +2,9 @@
*
* $RCSfile: winproc.cxx,v $
*
* $Revision: 1.47 $
* $Revision: 1.48 $
*
* last change: $Author: ssa $ $Date: 2002-03-21 18:33:54 $
* last change: $Author: ssa $ $Date: 2002-03-26 08:35:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -1541,7 +1541,6 @@ IMPL_LINK( Window, ImplAsyncFocusHdl, void*, EMPTYARG )
}
else
{
/*
Window* pFocusWin = mpFrameData->mpFocusWin;
if ( pFocusWin )
{
......@@ -1587,7 +1586,6 @@ IMPL_LINK( Window, ImplAsyncFocusHdl, void*, EMPTYARG )
// Alle FloatingFenster deaktiv zeichnen
if ( mpFrameData->mbStartFocusState != bHasFocus )
ImplActivateFloatingWindows( this, bHasFocus );
*/
}
return 0;
......
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