mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix problems with constraints resizing
This commit is contained in:
@@ -72,7 +72,7 @@ pub enum Kind {
|
||||
Group(Group),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Copy)]
|
||||
pub enum ConstraintH {
|
||||
Left,
|
||||
Right,
|
||||
@@ -94,7 +94,7 @@ impl ConstraintH {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Copy)]
|
||||
pub enum ConstraintV {
|
||||
Top,
|
||||
Bottom,
|
||||
|
||||
Reference in New Issue
Block a user