Updated to ImGui 1.87 to cleanup UI code
This commit is contained in:
@@ -70,6 +70,6 @@ namespace ImGui {
|
||||
}
|
||||
|
||||
void FillWidth() {
|
||||
ImGui::SetNextItemWidth(ImGui::GetContentRegionAvailWidth());
|
||||
ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user