[nostalgia/core/studio] Add copy/cut/paste support to TileSheet Editor
This commit is contained in:
@@ -59,6 +59,7 @@ void TileSheetEditorImGui::draw(core::Context*) noexcept {
|
||||
const auto btnSz = ImVec2(40, 14);
|
||||
if (ImGui::Selectable("Draw", m_tool == Tool::Draw, 0, btnSz)) {
|
||||
m_tool = Tool::Draw;
|
||||
model()->clearSelection();
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Selectable("Select", m_tool == Tool::Select, 0, btnSz)) {
|
||||
|
||||
Reference in New Issue
Block a user