mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 18:28:12 +08:00
Set text color based on its fill when it's being edited
This commit is contained in:
@@ -20,7 +20,7 @@ pub enum FrontendMessage {
|
||||
DisplayDialogError { title: String, description: String },
|
||||
DisplayDialogPanic { panic_info: String, title: String, description: String },
|
||||
DisplayDocumentLayerTreeStructure { data_buffer: RawBuffer },
|
||||
DisplayEditableTextbox { text: String, line_width: Option<f64>, font_size: f64 },
|
||||
DisplayEditableTextbox { text: String, line_width: Option<f64>, font_size: f64, color: Color },
|
||||
DisplayRemoveEditableTextbox,
|
||||
|
||||
// Trigger prefix: cause a browser API to do something
|
||||
|
||||
Reference in New Issue
Block a user