diff options
Diffstat (limited to 'sc/source/ui/view/tabvwshc.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwshc.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabvwshc.cxx b/sc/source/ui/view/tabvwshc.cxx index 997e710e18e9..56cfba5ddfdb 100644 --- a/sc/source/ui/view/tabvwshc.cxx +++ b/sc/source/ui/view/tabvwshc.cxx @@ -453,6 +453,9 @@ int ScTabViewShell::getPart() const void ScTabViewShell::afterCallbackRegistered() { + // common tasks + SfxViewShell::afterCallbackRegistered(); + UpdateInputHandler(true, false); ScInputHandler* pHdl = mpInputHandler ? mpInputHandler.get() : SC_MOD()->GetInputHdl(); |