MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / onScrollChanged

Method onScrollChanged

src/app/ui/preview_editor.cpp:415–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415void PreviewEditorWindow::onScrollChanged(Editor* miniEditor)
416{
417 if (miniEditor->hasCapture()) {
418 saveScrollPref();
419 uncheckCenterButton();
420 }
421}
422
423void PreviewEditorWindow::onZoomChanged(Editor* miniEditor)
424{

Callers

nothing calls this directly

Calls 1

hasCaptureMethod · 0.80

Tested by

no test coverage detected