image rendering and visual selection
This commit is contained in:
+1
-5
@@ -73,11 +73,7 @@ impl Modifiers {
|
||||
bits |= 128;
|
||||
}
|
||||
|
||||
if bits == 0 {
|
||||
None
|
||||
} else {
|
||||
Some(1 + bits)
|
||||
}
|
||||
if bits == 0 { None } else { Some(1 + bits) }
|
||||
}
|
||||
|
||||
/// Returns true if any modifier is active.
|
||||
|
||||
Reference in New Issue
Block a user