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 a9b3f6ed7a
commit 19bf72fdcf
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()) {