Kaydet (Commit) c4bae028 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#90155 don't hide+show window before initial show completes

Change-Id: I16f6fb4ef025f2e464ca581fc348e8dd18981285
üst 768d445c
......@@ -637,10 +637,6 @@ void FloatingWindow::SetTitleType( FloatWinTitleType nTitle )
void FloatingWindow::StartPopupMode( const Rectangle& rRect, FloatWinPopupFlags nFlags )
{
// avoid flickering
if ( IsVisible() )
Show( false, ShowFlags::NoFocusChange );
if ( IsRollUp() )
RollDown();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment