| 415 | |
| 416 | |
| 417 | void UBDesktopAnnotationController::hideWindow() |
| 418 | { |
| 419 | if (mTransparentDrawingView) |
| 420 | mTransparentDrawingView->hide(); |
| 421 | |
| 422 | mDesktopPalette->hide(); |
| 423 | |
| 424 | mDesktopStylusTool = UBDrawingController::drawingController()->stylusTool(); |
| 425 | UBDrawingController::drawingController()->setStylusTool(mBoardStylusTool); |
| 426 | } |
| 427 | |
| 428 | |
| 429 | void UBDesktopAnnotationController::goToUniboard() |
no test coverage detected