GUI: get rid of debug message
This commit is contained in:
parent
5fde2e7e30
commit
f67faf9f23
|
@ -500,8 +500,6 @@ bool FurnaceGUI::InvCheckbox(const char* label, bool* value) {
|
||||||
void FurnaceGUI::sameLineMaybe(float width) {
|
void FurnaceGUI::sameLineMaybe(float width) {
|
||||||
if (width<0.0f) width=ImGui::GetFrameHeight();
|
if (width<0.0f) width=ImGui::GetFrameHeight();
|
||||||
|
|
||||||
logV("sameLineMaybe: %f %f",ImGui::GetContentRegionAvail().x,width);
|
|
||||||
|
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if (ImGui::GetContentRegionAvail().x<width) ImGui::NewLine();
|
if (ImGui::GetContentRegionAvail().x<width) ImGui::NewLine();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue