display: Fix underscanning switch [de]activating the output instead
This commit is contained in:
parent
7c7c0b75d5
commit
47919bcfb1
1 changed files with 2 additions and 2 deletions
|
@ -1236,8 +1236,8 @@ underscanning_switch_active (CcDisplayPanel *panel,
|
|||
GParamSpec *pspec,
|
||||
GtkWidget *button)
|
||||
{
|
||||
cc_display_monitor_set_active (panel->priv->current_output,
|
||||
gtk_switch_get_active (GTK_SWITCH (button)));
|
||||
cc_display_monitor_set_underscanning (panel->priv->current_output,
|
||||
gtk_switch_get_active (GTK_SWITCH (button)));
|
||||
update_apply_button (panel);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue