| 413 | } |
| 414 | |
| 415 | void PreviewEditorWindow::onScrollChanged(Editor* miniEditor) |
| 416 | { |
| 417 | if (miniEditor->hasCapture()) { |
| 418 | saveScrollPref(); |
| 419 | uncheckCenterButton(); |
| 420 | } |
| 421 | } |
| 422 | |
| 423 | void PreviewEditorWindow::onZoomChanged(Editor* miniEditor) |
| 424 | { |
nothing calls this directly
no test coverage detected