Commit a8c1657
committed
Camera._set_readout_transform: do not set client transform again.
After changing the readout or client transform, the final transform
needs to be updated. That code was only on `set_transform` (which
updates the client transform) so `_set_readout_transform` called
`set_transform` with the current client transform to get the final
transform update.
This commit moves the update of the final transform to a separate
method so that `_set_readout_transform` can just call it.1 parent ee7842a commit a8c1657
1 file changed
+11
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
868 | 868 | | |
869 | 869 | | |
870 | 870 | | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
| 871 | + | |
| 872 | + | |
876 | 873 | | |
877 | 874 | | |
878 | 875 | | |
| |||
881 | 878 | | |
882 | 879 | | |
883 | 880 | | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
884 | 888 | | |
885 | | - | |
| 889 | + | |
886 | 890 | | |
887 | | - | |
| 891 | + | |
888 | 892 | | |
889 | 893 | | |
890 | 894 | | |
| |||
0 commit comments