@ -374,15 +374,22 @@ void UBDesktopAnnotationController::close()
void UBDesktopAnnotationController : : stylusToolChanged ( int tool )
void UBDesktopAnnotationController : : stylusToolChanged ( int tool )
{
{
Q_UNUSED ( tool ) ;
Q_UNUSED ( tool ) ;
// UBStylusTool::Enum eTool = (UBStylusTool::Enum)tool;
// if(eTool != UBStylusTool::Selector && eTool != UBStylusTool::Text)
if ( UBDrawingController : : drawingController ( ) - > isInDesktopMode ( ) )
// {
{
// if(mKeyboardPalette->m_isVisible)
UBStylusTool : : Enum eTool = ( UBStylusTool : : Enum ) tool ;
// UBApplication::mainWindow->actionVirtualKeyboard->activate(QAction::Trigger);
if ( eTool = = UBStylusTool : : Selector )
// }
{
UBPlatformUtils : : toggleFinder ( true ) ;
}
else
{
UBPlatformUtils : : toggleFinder ( false ) ;
}
updateBackground ( ) ;
updateBackground ( ) ;
}
}
}
void UBDesktopAnnotationController : : updateBackground ( )
void UBDesktopAnnotationController : : updateBackground ( )