Use Horizontal ranges everywhere
This commit is contained in:
parent
002e2cc42c
commit
ab050d1890
13 changed files with 229 additions and 149 deletions
|
@ -7,8 +7,8 @@ pub enum SelectionGoal {
|
|||
None,
|
||||
HorizontalPosition(f32),
|
||||
HorizontalRange { start: f32, end: f32 },
|
||||
Column(u32),
|
||||
ColumnRange { start: u32, end: u32 },
|
||||
WrappedHorizontalPosition((u32, f32)),
|
||||
WrappedHorizontalRange { start: (u32, f32), end: (u32, f32) },
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue