mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Set labels for input text fields.
This commit is contained in:
@@ -289,7 +289,7 @@ int main( int argc, char** argv )
|
||||
ImGui::Separator();
|
||||
ImGui::TextUnformatted( "Connect to client" );
|
||||
bool connectClicked = false;
|
||||
connectClicked |= ImGui::InputTextWithHint( "", "Enter address", addr, 1024, ImGuiInputTextFlags_EnterReturnsTrue );
|
||||
connectClicked |= ImGui::InputTextWithHint( "###connectaddress", "Enter address", addr, 1024, ImGuiInputTextFlags_EnterReturnsTrue );
|
||||
if( !connHistVec.empty() )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
|
||||
Reference in New Issue
Block a user