Project dirty state manager -> management of gizmos dirty state WIP

This commit is contained in:
enricoturri1966 2021-04-15 15:19:03 +02:00
parent e89a14c8a7
commit 8c3d098ff6
4 changed files with 212 additions and 63 deletions

View file

@ -488,8 +488,7 @@ bool ImGuiWrapper::undo_redo_list(const ImVec2& size, const bool is_undo, bool (
int i=0;
const char* item_text;
while (items_getter(is_undo, i, &item_text))
{
while (items_getter(is_undo, i, &item_text)) {
ImGui::Selectable(item_text, i < hovered);
if (ImGui::IsItemHovered()) {