MITK on OSX is not able to use PlanarCircle anymore. On adding a new Circle only the centerpoint is shown. There is no more interaction given.
Description
Related Objects
Event Timeline
Sure you have the most recent version?
I tested it quite thoroughly and the master should work fine...
4/5/11 Markus Engel hash: ec43d493df2a
might be an issue in the planarfigure interactor
It cannot work with that version!
Use at least 5ed02e0269557db058d9fae1d0f15464f343e653 .
That's the master after I merged all the necessary changes. Should work with that
hmm.. actually I am using the most current master: c8295d222aef3f291a0b900f444c755ddf19bb4a
the has I mentioned in the previous post was related to the planarCircle.cpp, sorry for all that confusion. Due to your changes, do I have to modify something when I wanna use ie. the planarCircle. Probably I have to set an boolean or something in addition to the centerPoint and radius point when initializing a planarCircle?
cheers :)
I'm aware of it. Does not work on Windows either.
I have no clue why not, works fine with my stuff, does not work in ExtApp...
Ok, the bug was actually introduced with my very last commit on the feature branch. I got the default value for 'planarfigure.iseditable' wrong. Should work with new master.
Has been fixed with comment 6 in T7441
Please verify