1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

squash before rebase

This commit is contained in:
Matt Campbell
2022-11-29 10:24:06 -06:00
parent 0336816faf
commit 6483b45c6d
27 changed files with 870 additions and 71 deletions

View File

@@ -113,7 +113,7 @@ impl PartialEq for PCursor {
/// They all point to the same place, but in their own different ways.
/// pcursor/rcursor can also point to after the end of the paragraph/row.
/// Does not implement `PartialEq` because you must think which cursor should be equivalent.
#[derive(Clone, Copy, Debug, Default)]
#[derive(Clone, Copy, Debug, Default, PartialEq)]
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
pub struct Cursor {
pub ccursor: CCursor,