| 1184 | } |
| 1185 | |
| 1186 | void PartStack::SetSelection(LayoutPart::Pointer part) |
| 1187 | { |
| 1188 | if (part == requestedCurrent) |
| 1189 | { |
| 1190 | return; |
| 1191 | } |
| 1192 | |
| 1193 | requestedCurrent = part; |
| 1194 | |
| 1195 | this->RefreshPresentationSelection(); |
| 1196 | } |
| 1197 | |
| 1198 | void PartStack::UpdateActions(PresentablePart::Pointer /*current*/) |
| 1199 | { |