Commit b2ddac079abcd39ada9868af3d550992defbbf4c
1 parent
36aae9ce02
Exists in
master
and in
2 other branches
버그 수정
- 새로운 재료 넣기 후 자동 요리 창이 하나 더 뜨는 문제 수정
Showing
3 changed files
with
5 additions
and
1 deletions
Show diff stats
app/gui/oven_control/autocookconfigwindow.cpp
... | ... | @@ -202,7 +202,7 @@ void AutoCookConfigWindow::start() |
202 | 202 | w->showFullScreen(); |
203 | 203 | w->raise(); |
204 | 204 | |
205 | - connect(w, SIGNAL(destroyed(QObject*)), SLOT(startTimer())); | |
205 | + connect(w, SIGNAL(back()), SLOT(startTimer())); | |
206 | 206 | } |
207 | 207 | |
208 | 208 | void AutoCookConfigWindow::addFavorite() | ... | ... |
app/gui/oven_control/autocookwindow.cpp
app/gui/oven_control/autocookwindow.h