Commit 2367786e198266fec35e34963b112bd9b99653b0

Authored by 김태훈
1 parent ac60b5cec2
Exists in master and in 2 other branches fhd, fhd-demo

요리 중이 아닐 때도 오븐 객체가 동작하는 문제 수정

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/gui/oven_control/oven.cpp
... ... @@ -330,6 +330,9 @@ void Oven::stop()
330 330  
331 331 if (humidification())
332 332 stopHumidification();
  333 +
  334 + if (paused())
  335 + paused_ = false;
333 336 }
334 337  
335 338 void Oven::startCooking()
... ...