| 648 | } |
| 649 | |
| 650 | void MainWindow::OnPreferences() |
| 651 | { |
| 652 | Framework & framework = m_pDrawWidget->GetFramework(); |
| 653 | PreferencesDialog dlg(this, framework); |
| 654 | dlg.exec(); |
| 655 | |
| 656 | framework.EnterForeground(); |
| 657 | } |
| 658 | |
| 659 | #ifdef BUILD_DESIGNER |
| 660 | void MainWindow::OnBuildStyle() |
nothing calls this directly
no test coverage detected