Add TODO for Canvas ContextMenu palette
This commit is contained in:
@@ -144,17 +144,17 @@ void Canvas::DrawContextMenu() {
|
|||||||
}
|
}
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
ImGui::Separator();
|
|
||||||
if (ImGui::BeginMenu("Palette")) {
|
|
||||||
for (const auto each : editor::kPaletteGroupAddressesKeys) {
|
|
||||||
if (ImGui::BeginMenu(each)) {
|
|
||||||
// Apply the palette to the current bitmap
|
|
||||||
|
|
||||||
}
|
// TODO: Add a menu item for selecting the palette
|
||||||
ImGui::EndMenu();
|
// ImGui::Separator();
|
||||||
}
|
// if (ImGui::BeginMenu("Palette")) {
|
||||||
ImGui::EndMenu();
|
// for (const auto each : editor::kPaletteGroupAddressesKeys) {
|
||||||
}
|
// if (ImGui::BeginMenu(each)) {
|
||||||
|
// }
|
||||||
|
// ImGui::EndMenu();
|
||||||
|
// }
|
||||||
|
// ImGui::EndMenu();
|
||||||
|
// }
|
||||||
|
|
||||||
ImGui::EndPopup();
|
ImGui::EndPopup();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user