| 368 | } |
| 369 | |
| 370 | void MainWindowPrivate::reconstruct() |
| 371 | { |
| 372 | qCDebug(SUBLIME) << "reconstructing area" << area; |
| 373 | |
| 374 | IdealToolViewCreator toolViewCreator(this); |
| 375 | area->walkToolViews(toolViewCreator, Sublime::AllPositions); |
| 376 | |
| 377 | reconstructViews(); |
| 378 | } |
| 379 | |
| 380 | void MainWindowPrivate::clearArea() |
| 381 | { |