mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 15:48:13 +08:00
Add support for dragging panel tabs docked into other panel tab bars (#4006)
* Add support for dragging panel tabs docked into other panel tab bars * Fix terminology * Add Group suffix to PanelGroupId enums variants * Code review
This commit is contained in:
@@ -1021,8 +1021,8 @@ impl MessageHandler<DocumentMessage, DocumentMessageContext<'_>> for DocumentMes
|
||||
}
|
||||
}
|
||||
}
|
||||
DocumentMessage::SetActivePanel { active_panel: panel } => {
|
||||
match panel {
|
||||
DocumentMessage::SetActivePanel { active_panel } => {
|
||||
match active_panel {
|
||||
PanelType::Document => {
|
||||
if self.graph_view_overlay_open {
|
||||
self.selection_network_path.clone_from(&self.breadcrumb_network_path);
|
||||
|
||||
Reference in New Issue
Block a user