Skip to content

Commit

Permalink
No update when switching view modes, makes the UI appear sluggish
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamothe committed May 14, 2011
1 parent 54d815c commit 30b7fed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/main_window.cc
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ void MainWindow::show_preferences_dialog()
void MainWindow::on_change_view_mode()
{
set_view_mode(view_mode == VIEW_MODE_VIDEO ? VIEW_MODE_CONTROLS : VIEW_MODE_VIDEO);
signal_update();
}

bool MainWindow::on_event_box_video_button_pressed(GdkEventButton* event_button)
Expand Down

0 comments on commit 30b7fed

Please sign in to comment.