1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 15:47:26 -04:00

fix plot selection, remove ability to combine marker styles

This commit is contained in:
epezent 2020-08-28 17:13:36 -05:00
parent b198a8b2bc
commit ae568a3260

View File

@ -563,7 +563,7 @@ void ShowDemoWindow(bool* p_open) {
ImPlot::PlotText("Open Markers", 7.5f, 6.0f); ImPlot::PlotText("Open Markers", 7.5f, 6.0f);
ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(1,0,1,1)); ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(1,0,1,1));
ImPlot::PlotText("Vertical Magneta Text", 5.0f, 6.0f, true); ImPlot::PlotText("Vertical Text", 5.0f, 6.0f, true);
ImGui::PopStyleColor(); ImGui::PopStyleColor();
ImPlot::EndPlot(); ImPlot::EndPlot();