display: Check scale is valid for all monitors when mirroring
This commit is contained in:
parent
9e4c6e89a0
commit
5aac1e93f2
1 changed files with 1 additions and 1 deletions
|
@ -1257,7 +1257,7 @@ cc_display_config_dbus_is_scaled_mode_valid (CcDisplayConfig *pself,
|
|||
{
|
||||
CcDisplayConfigDBus *self = CC_DISPLAY_CONFIG_DBUS (pself);
|
||||
|
||||
if (self->global_scale_required)
|
||||
if (self->global_scale_required || cc_display_config_is_cloning (pself))
|
||||
return is_scale_allowed_by_active_monitors (self, scale);
|
||||
|
||||
return is_scaled_mode_allowed (self, mode, scale);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue