| 354 | |
| 355 | |
| 356 | void UBDesktopAnnotationController::close() |
| 357 | { |
| 358 | if (mTransparentDrawingView) |
| 359 | mTransparentDrawingView->hide(); |
| 360 | |
| 361 | mDesktopPalette->hide(); |
| 362 | } |
| 363 | |
| 364 | |
| 365 | void UBDesktopAnnotationController::stylusToolChanged(int tool) |
no test coverage detected