Fix to last commit (vertical expanding of the icon to correct rendering on OSX)

This commit is contained in:
YuSanka 2018-09-11 11:39:13 +02:00
parent e3bb829e42
commit 775b86a3d8
3 changed files with 10 additions and 7 deletions

View file

@ -249,10 +249,8 @@ void create_objects_ctrl(wxWindow* win, wxBoxSizer*& objects_sz)
#endif // wxUSE_DRAG_AND_DROP && wxUSE_UNICODE
// column 0(Icon+Text) of the view control:
wxDataViewColumn *ret = new wxDataViewColumn(_(L("Name")),
new PrusaIconTextRenderer(wxT("PrusaDataViewIconText")),
0, 200, wxALIGN_LEFT, wxDATAVIEW_COL_RESIZABLE);
m_objects_ctrl->AppendColumn(ret);
m_objects_ctrl->AppendColumn(new wxDataViewColumn(_(L("Name")), new PrusaIconTextRenderer(),
0, 200, wxALIGN_LEFT, wxDATAVIEW_COL_RESIZABLE));
// m_objects_ctrl->AppendIconTextColumn(_(L("Name")), 0, wxDATAVIEW_CELL_INERT, 200,
// wxALIGN_LEFT, wxDATAVIEW_COL_RESIZABLE);