#i111784# call hooks after selecting in tabelcontrol

This commit is contained in:
Gregor Hartmann<gh
2010-06-04 13:26:01 +02:00
parent 6b17f4b6bc
commit e7638a7e64

View File

@@ -6282,6 +6282,8 @@ protected:
MouseEvent aMEvnt(aPos,1,MOUSE_SIMPLECLICK|MOUSE_SELECT,MOUSE_LEFT,KEY_MOD1);
pTC->getSelEngine()->SelMouseButtonDown( aMEvnt );
pTC->getSelEngine()->SelMouseButtonUp( aMEvnt );
if ( pTC->IsRowSelected( nNr1-1 ) )
pTC->Select();
}
else
ReportError( aUId, GEN_RES_STR2c2( S_METHOD_FAILED, MethodString( nMethodId ), "find pos" ) );