https://bugs.freedesktop.org/show_bug.cgi?id=73617
--- Comment #5 from Maxim Monastirsky <[email protected]> --- (In reply to raal from comment #3) > Maybe this one "basic inplace Font preview for calc"? > http://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=dd763604784fe10ee06a2f9c1fddf74cdf890bcc That's right. It's due to invalidation of SID_ATTR_CHAR_FONT during live preview. Called from: ScFormatShell::ExecuteAttr ScViewFunc::UpdateSelectionArea ScTabView::CellContentChanged ScTabView::InvalidateAttribs When the selection consist of multiple fonts, it leads to the following code in SvxFontNameToolBoxControl::StateChanged: if ( SfxItemState::DEFAULT == eState ) { ... } else pBox->SetText( "" ); -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
