]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/standardbar.cpp
Fix various focus- and hotkey-related issues
[pulseview.git] / pv / views / trace / standardbar.cpp
index 2269750600a984b2aba799cc9ca42f03015cb285..48d928919f54eb7d388ad6dcce2d6a4fc1d0023b 100644 (file)
@@ -203,7 +203,7 @@ void StandardBar::on_actionViewShowCursors_triggered()
        const bool show = action_view_show_cursors_->isChecked();
 
        if (show)
-               view_->centre_cursors();
+               view_->center_cursors();
 
        view_->show_cursors(show);
 }