mirror of
https://github.com/gwm17/implot.git
synced 2024-11-30 05:58:52 -05:00
fix plot selection, remove ability to combine marker styles
This commit is contained in:
parent
b198a8b2bc
commit
ae568a3260
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user