| 846 | } |
| 847 | |
| 848 | void ToolDock::RestoreConfiguration(ToolBarConfiguration &backup) |
| 849 | { |
| 850 | mWrappedConfiguration.Clear(); |
| 851 | mWrappedConfiguration.Swap(mConfiguration); |
| 852 | mConfiguration.Swap(backup); |
| 853 | } |
| 854 | |
| 855 | // |
| 856 | // Set the visible/hidden state of a toolbar |
no test coverage detected