diff options
Diffstat (limited to 'vcl/source/uitest')
-rw-r--r-- | vcl/source/uitest/logger.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/uitest/logger.cxx b/vcl/source/uitest/logger.cxx index ab632fb35594..cf2cd8fcefe4 100644 --- a/vcl/source/uitest/logger.cxx +++ b/vcl/source/uitest/logger.cxx @@ -230,6 +230,9 @@ void UITestLogger::logKeyInput(VclPtr<vcl::Window> const & xUIElement, const Key else if(pUIObject->get_type()=="WindowUIObject" && rID=="math_edit"){ aContent = "Type on math " + aKeyCode ; } + else if(rID=="draw_win"){ + aContent = "Type on draw " + aKeyCode ; + } else{ aContent = "Type on '" + rID + "' " + aKeyCode + " from " + aParentID ; } |