mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Replaced this->m_xxx with just m_xxx
This commit is contained in:
parent
fca7c8abfe
commit
49697ed6aa
10 changed files with 25 additions and 24 deletions
|
@ -131,7 +131,7 @@ bool BackgroundSlicingProcess::stop()
|
|||
bool BackgroundSlicingProcess::apply_config(const DynamicPrintConfig &config)
|
||||
{
|
||||
this->stop();
|
||||
bool invalidated = this->m_print->apply_config(config);
|
||||
bool invalidated = m_print->apply_config(config);
|
||||
return invalidated;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue