- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/CenterInBoxAction.cpp
r97ebf8 r158c594 33 33 Dialog *dialog = UIFactory::getInstance().makeDialog(); 34 34 35 dialog->queryEmpty(NAME, MapOfActions::getInstance().getDescription(NAME)); 35 double * cell_size = World::getInstance().getDomain(); 36 dialog->queryBox(NAME, &cell_size, MapOfActions::getInstance().getDescription(NAME)); 36 37 37 38 if(dialog->display()) {
Note:
See TracChangeset
for help on using the changeset viewer.