Application: comment a call ImGui complained about.
This commit is contained in:
parent
7540f9c152
commit
71ca5d7625
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ Application::drawMainMenu() {
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
ImGui::EndDisabled();
|
//ImGui::EndDisabled();
|
||||||
//if(conf().isRunningInWine() && ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenDisabled)) {
|
//if(conf().isRunningInWine() && ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenDisabled)) {
|
||||||
// ImGui::SetTooltip("Not available when running in Wine.");
|
// ImGui::SetTooltip("Not available when running in Wine.");
|
||||||
//}
|
//}
|
||||||
|
|
Loading…
Reference in a new issue