mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-22 02:52:23 +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.horizontalScale.setValue(scale_x)
|
||||||
self.ui.verticalScale.setValue(scale_y)
|
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):
|
def do_reset(self):
|
||||||
for n in self.xrandr_info:
|
for n in self.xrandr_info:
|
||||||
|
Loading…
Reference in New Issue
Block a user