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

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

(cherry picked from commit c4bae028)

Change-Id: I16f6fb4ef025f2e464ca581fc348e8dd18981285
üst acf3daaa
......@@ -637,10 +637,6 @@ void FloatingWindow::SetTitleType( FloatWinTitleType nTitle )
void FloatingWindow::StartPopupMode( const Rectangle& rRect, FloatWinPopupFlags nFlags )
{
// avoid flickering
if ( IsVisible() )
Show( false, SHOW_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