chengxr hace 1 año
padre
commit
e7f2d122c3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ExpertClient/EXProjectView.cpp

+ 1 - 0
ExpertClient/EXProjectView.cpp

@@ -47,6 +47,7 @@ ProjectInfo *EXProjectView::proj() const
 void EXProjectView::showEvalWidget(int eval, int task)
 {
     m_stack->setCurrentIndex(task);
+    m_export->setVisible(task == 1);
     EXEvalView *w = (EXEvalView *)m_stack->widget(task);
     w->setType(eval);