mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
First blush: force always-horizontal, always.
This commit is contained in:
@@ -321,6 +321,10 @@ void BufferingScanTarget::set_modals(const Modals modals) {
|
||||
});
|
||||
}
|
||||
|
||||
void BufferingScanTarget::set_delegate(Delegate &delegate) {
|
||||
delegate.set(Delegate::Preferences{.force_horizontal_scans = true});
|
||||
}
|
||||
|
||||
// MARK: - Consumer.
|
||||
|
||||
BufferingScanTarget::OutputArea BufferingScanTarget::get_output_area() {
|
||||
|
||||
Reference in New Issue
Block a user