Commit 7499d03
committed
Moved
When a 3d plot snip is resized (e.g when using `plot3d-frame`), a new position
for the "altitude angle" message needs to be computed. However, since the
message is in the middle of the plot area, the new message location cannot be
set in the `resize` method, as we don't have a new plot area just yet.
Instead, the `set-message-center` call has to be delayed until a new area is
created, which is in `start-update-thread`.set-message-center call to start-update-thread.1 parent d2d252f commit 7499d03
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments