mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 14:28:12 +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:
@@ -9,6 +9,7 @@ use crate::messages::portfolio::document::node_graph::utility_types::{
|
||||
};
|
||||
use crate::messages::portfolio::document::utility_types::nodes::{LayerPanelEntry, LayerStructureEntry};
|
||||
use crate::messages::portfolio::document::utility_types::wires::{WirePath, WirePathUpdate};
|
||||
use crate::messages::portfolio::utility_types::WorkspacePanelLayout;
|
||||
use crate::messages::prelude::*;
|
||||
use crate::messages::tool::tool_messages::eyedropper_tool::PrimarySecondary;
|
||||
use graph_craft::document::NodeId;
|
||||
@@ -194,14 +195,9 @@ pub enum FrontendMessage {
|
||||
UpdateGraphViewOverlay {
|
||||
open: bool,
|
||||
},
|
||||
UpdateDataPanelState {
|
||||
open: bool,
|
||||
},
|
||||
UpdatePropertiesPanelState {
|
||||
open: bool,
|
||||
},
|
||||
UpdateLayersPanelState {
|
||||
open: bool,
|
||||
UpdateWorkspacePanelLayout {
|
||||
#[serde(rename = "panelLayout")]
|
||||
panel_layout: WorkspacePanelLayout,
|
||||
},
|
||||
UpdateLayout {
|
||||
#[serde(rename = "layoutTarget")]
|
||||
|
||||
Reference in New Issue
Block a user