output_conf: Fixed scaling issues

This commit is contained in:
Victoria Brekenfeld 2022-04-20 16:06:37 +02:00
parent a8aeba8f09
commit 3ffdf58e0f
5 changed files with 16 additions and 30 deletions

View file

@ -711,6 +711,7 @@ impl KmsState {
false
};
shell.refresh_outputs();
if recreated {
self.schedule_render(output);
}