fix(new_editor/window): move detached root tab into title bar
This commit is contained in:
@@ -40,7 +40,9 @@ public:
|
||||
const ::XCEngine::UI::UIRect& bounds,
|
||||
const std::vector<::XCEngine::UI::UIInputEvent>& inputEvents,
|
||||
std::string_view captureText,
|
||||
EditorShellVariant shellVariant = EditorShellVariant::Primary);
|
||||
EditorShellVariant shellVariant = EditorShellVariant::Primary,
|
||||
bool useDetachedTitleBarTabStrip = false,
|
||||
float detachedTitleBarTabHeight = 0.0f);
|
||||
void RenderRequestedViewports(
|
||||
const ::XCEngine::Rendering::RenderContext& renderContext);
|
||||
void Append(::XCEngine::UI::UIDrawList& drawList) const;
|
||||
|
||||
Reference in New Issue
Block a user