pbo changes, trainingcard remarks

This commit is contained in:
milek7
2019-03-31 14:02:43 +02:00
parent a8a0cbb9b3
commit 891fe7ddee
6 changed files with 23 additions and 7 deletions

View File

@@ -59,8 +59,6 @@ void trainingcard_panel::render_contents()
ImGui::TextUnformatted(u8"Proszę czekać, trwa archiwizacja nagrania...");
ImGui::EndPopup();
return;
}
if (start_time_wall) {
@@ -82,10 +80,8 @@ void trainingcard_panel::render_contents()
ImGui::SameLine();
ImGui::InputText("##instructor", &instructor_name[0], instructor_name.size());
/*
ImGui::TextUnformatted("Uwagi");
ImGui::InputTextMultiline("##remarks", &remarks[0], remarks.size(), ImVec2(-1.0f, 200.0f));
*/
if (!start_time_wall) {
if (ImGui::Button("Rozpocznij szkolenie")) {