Skip to content

Commit

Permalink
[temp] disable not desc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
legobadman committed Dec 7, 2023
1 parent 524a0db commit 896bd8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/zenoedit/zenomainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1949,6 +1949,7 @@ void ZenoMainWindow::save()
if (!pModel)
return;

/*
if (pModel->hasNotDescNode())
{
int flag = QMessageBox::question(this, "",
Expand All @@ -1962,6 +1963,7 @@ void ZenoMainWindow::save()
saveAs();
return;
}
*/

zenoio::ZSG_VERSION ver = pModel->ioVersion();
if (zenoio::VER_2 == ver)
Expand Down

0 comments on commit 896bd8b

Please sign in to comment.