b
This commit is contained in:
@@ -410,12 +410,14 @@ void MainWindow::onTabIndexChanged(const int &index)//界面选择管理
|
||||
if(index == 2)
|
||||
{
|
||||
map->setWPLock(false);
|
||||
map->setWPCreate(true);
|
||||
missionUI->show();
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
map->setWPLock(true);
|
||||
map->setWPCreate(false);
|
||||
missionUI->hide();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user