mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-21 18:42:22 +00:00
Update replica_of data when making a monitor a replica of another one.
This commit is contained in:
parent
0a9a98ff40
commit
e52632c8f4
@ -226,7 +226,9 @@ class Window(QObject):
|
||||
self.ui.horizontalScale.setValue(scale_x)
|
||||
self.ui.verticalScale.setValue(scale_y)
|
||||
|
||||
mon["item"].update_visuals(mon)
|
||||
self.update_replica_of_data()
|
||||
for _, mon in self.xrandr_info.items():
|
||||
mon["item"].update_visuals(mon)
|
||||
|
||||
def do_reset(self):
|
||||
for n in self.xrandr_info:
|
||||
|
Loading…
Reference in New Issue
Block a user