mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Another try to fix IconRendering on OSX
This commit is contained in:
parent
73ee3f77c3
commit
dbf18ed8d4
5 changed files with 9 additions and 9 deletions
|
@ -424,7 +424,7 @@ class PrusaIconTextRenderer : public wxDataViewCustomRenderer
|
|||
public:
|
||||
PrusaIconTextRenderer( wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT,
|
||||
int align = wxDVR_DEFAULT_ALIGNMENT):
|
||||
wxDataViewCustomRenderer(wxT("wxDataViewIconText"), mode, wxALIGN_CENTER) {}
|
||||
wxDataViewCustomRenderer(wxT("wxDataViewIconText"), mode, align) {}
|
||||
|
||||
bool SetValue(const wxVariant &value);
|
||||
bool GetValue(wxVariant &value) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue