Ported show_sliced_info_sizer

+ some code-view changes
This commit is contained in:
YuSanka 2018-10-31 12:26:57 +01:00
parent c7167fd9d1
commit d2844bc39d
6 changed files with 89 additions and 25 deletions

View file

@ -44,7 +44,7 @@ public:
~LambdaObjectDialog(){}
bool CanClose() { return true; } // ???
OBJECT_PARAMETERS& ObjectParameters(){ return object_parameters; }
OBJECT_PARAMETERS& ObjectParameters() { return object_parameters; }
ConfigOptionsGroupShp init_modificator_options_page(const wxString& title);