Various comments + Doc: Examples readme. Moved main menu bar code below menu bar code.

This commit is contained in:
omar
2019-10-21 16:12:46 +02:00
parent 7dbae8a198
commit 048b73dfaa
4 changed files with 96 additions and 73 deletions

View File

@ -3263,7 +3263,7 @@ void ImGui::ShowStyleEditor(ImGuiStyle* ref)
if (ImGui::Button("Revert Ref"))
style = *ref;
ImGui::SameLine();
HelpMarker("Save/Revert in local non-persistent storage. Default Colors definition are not affected. Use \"Export Colors\" below to save them somewhere.");
HelpMarker("Save/Revert in local non-persistent storage. Default Colors definition are not affected. Use \"Export\" below to save them somewhere.");
ImGui::Separator();
@ -3311,7 +3311,7 @@ void ImGui::ShowStyleEditor(ImGuiStyle* ref)
{
static int output_dest = 0;
static bool output_only_modified = true;
if (ImGui::Button("Export Unsaved"))
if (ImGui::Button("Export"))
{
if (output_dest == 0)
ImGui::LogToClipboard();