mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Fix(epaint): just realized that I forgot to remove a change I said I reverted
This commit is contained in:
@@ -69,13 +69,6 @@ impl std::ops::SubAssign<usize> for CCursor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl PartialOrd for CCursor {
|
|
||||||
#[inline]
|
|
||||||
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
|
|
||||||
self.index.partial_cmp(&other.index)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Row/column cursor.
|
/// Row/column cursor.
|
||||||
///
|
///
|
||||||
/// This refers to rows and columns in layout terms--text wrapping creates multiple rows.
|
/// This refers to rows and columns in layout terms--text wrapping creates multiple rows.
|
||||||
|
|||||||
Reference in New Issue
Block a user