diff options
Diffstat (limited to 'sw/sdi/drawsh.sdi')
-rw-r--r-- | sw/sdi/drawsh.sdi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/sdi/drawsh.sdi b/sw/sdi/drawsh.sdi index c45619d1c3e5..d181a0defc5a 100644 --- a/sw/sdi/drawsh.sdi +++ b/sw/sdi/drawsh.sdi @@ -508,5 +508,12 @@ shell SwDrawShell : SwDrawBaseShell [ ExecMethod = Execute ; ] + + FN_ADD_TEXT_BOX + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] } |