User Details
- User Since
- Aug 1 2016, 12:10 PM (454 w, 6 d)
Apr 27 2017
I've found a workaround in my code.
The original problem is still present in MITK.
Feb 16 2017
Feb 8 2017
Nov 30 2016
Nov 23 2016
I created a new PR:
https://github.com/MITK/MITK/pull/166
Nov 22 2016
Found some problems with this fix, so closed PR for now.
Will re-open it after fixing these problems.
Nov 21 2016
Nov 18 2016
Oct 26 2016
Oct 7 2016
Sep 22 2016
Sep 2 2016
This issue causes us a lot of problems, so I'm going to fix it in our fork.
Also I want to commit this fix to MITK.
As far as I can say, color property works as expected.
Also there is another multilabel property for outline width - "labelset.contour.width"; it works but only after explicit window update.
Aug 24 2016
Done.
I'll do it.
Also, Pimpl will fix 4251 warning as well, as far as I understand.
#include <string> is required to use std::string.
#include "mitkLogMacros.h" is required to use MITK_INFO.
Otherwise all files that include "mitkLocaleSwitch.h" will have to include both <string> and "mitkLogMacros.h" as well.
I'm not sure about this, http://en.cppreference.com/w/cpp/locale/setlocale says that a copy of the returned string can be used to restore locale, not string itself.