Skip to content

Commit

Permalink
Removed sizer recalc because it would cause inefficient refresh of im…
Browse files Browse the repository at this point in the history
…age panel
  • Loading branch information
jorgemcpaulo committed May 20, 2015
1 parent 25f0a83 commit 1edb690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VideoPlayer.cpp
Expand Up @@ -229,7 +229,7 @@ void VideoPlayer::showTimeLabel(wxStaticText* label, int videoFrame)
minutes,
seconds)
);
m_sizer->RecalcSizes();
//m_sizer->RecalcSizes();
}

VideoPlayer::Thread::Thread(VideoPlayer* player)
Expand Down

0 comments on commit 1edb690

Please sign in to comment.