mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Replaced this->m_xxx with just m_xxx
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user