| 253 | } |
| 254 | |
| 255 | bool Editor::SaveTransaction(std::shared_ptr<FeaturesContainer> const & features) |
| 256 | { |
| 257 | if (!Save(*features)) |
| 258 | return false; |
| 259 | |
| 260 | m_features.Set(features); |
| 261 | return true; |
| 262 | } |
| 263 | |
| 264 | void Editor::ClearAllLocalEdits() |
| 265 | { |