mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed full statistics calculation
(calculate sum of volume and part_count only for solid parts)
This commit is contained in:
parent
d2107fad2f
commit
4be4dc623c
4 changed files with 19 additions and 15 deletions
|
@ -724,7 +724,7 @@ Sidebar::Sidebar(Plater *parent)
|
|||
|
||||
auto init_btn = [this](wxButton **btn, wxString label) {
|
||||
*btn = new wxButton(this, wxID_ANY, label, wxDefaultPosition,
|
||||
wxDefaultSize, wxBU_EXACTFIT | wxNO_BORDER);
|
||||
wxDefaultSize, wxBU_EXACTFIT);
|
||||
(*btn)->SetFont(wxGetApp().bold_font());
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue