Commit dd16a48
committed
Removed the "emit widgetChanged()" from all initializeUsingXML code
The order of the XML elements may be different to the order of the
dependencies of corresponding GUI widgets. E.g.
<generalizedInitialPosition> comes before <stateDependentTranslation>
but the "generalized initial position" widget depends on the
"state dependent translation" (the vector length of inipos depends on
the defined translation element)
For this reason after initializeUsingXML no widgetChange signal can
be emitted.1 parent a255af8 commit dd16a48
File tree
4 files changed
+3
-14
lines changed- mbsimgui/mbsimgui
4 files changed
+3
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | 355 | | |
357 | 356 | | |
358 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
202 | | - | |
| 200 | + | |
203 | 201 | | |
204 | 202 | | |
205 | 203 | | |
| |||
212 | 210 | | |
213 | 211 | | |
214 | 212 | | |
215 | | - | |
216 | | - | |
217 | | - | |
| 213 | + | |
218 | 214 | | |
219 | 215 | | |
220 | 216 | | |
| |||
226 | 222 | | |
227 | 223 | | |
228 | 224 | | |
229 | | - | |
230 | | - | |
| 225 | + | |
231 | 226 | | |
232 | | - | |
233 | 227 | | |
234 | 228 | | |
235 | 229 | | |
| |||
409 | 403 | | |
410 | 404 | | |
411 | 405 | | |
412 | | - | |
413 | 406 | | |
414 | 407 | | |
415 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | 313 | | |
315 | 314 | | |
316 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
203 | | - | |
204 | 202 | | |
205 | 203 | | |
206 | 204 | | |
| |||
0 commit comments