issues
search
dlr-gtlab
/
gtlab-core
GTlab Core Framework
https://www.gtlab.de
Other
7
stars
2
forks
source link
Reduced scope of the import menu command
#1195
Closed
rainman110
closed
6 months ago
rainman110
commented
6 months ago
Closes #1188
Description
How Has This Been Tested?
I first checked, that the command is actually used by commenting it out: Undo was not available, great!
Then you changed the code to use the enclosing object, Undo is working again 😄
Checklist:
[ ] A test for the new functionality was added (if applicable).
[ ] All tests run without failure.
[ ] The changelog has been extended, if this MR contains important changes from the users's point of view.
[ ] The new code complies with the GTlab's style guide.
[ ] New interface methods / functions are exported via
EXPORT
. Non-interface functions are NOT exported.
[ ] The number of code quality warnings is not increasing.
Closes #1188
Description
How Has This Been Tested?
Checklist:
EXPORT
. Non-interface functions are NOT exported.