Skip to content

Commit 602b938

Browse files
committed
Update dpf, fix web-browser url widget id
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 33e5b4f commit 602b938

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dpf

Submodule dpf updated 65 files

plugins/WebBrowser/PluginUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class WebBrowserUI : public UI
111111
ImGui::SameLine();
112112

113113
ImGui::SetNextItemWidth(-76 * getScaleFactor());
114-
if (ImGui::InputText("", urlLabelBuffer, sizeof(urlLabelBuffer) - 8, textFlags))
114+
if (ImGui::InputText("##url", urlLabelBuffer, sizeof(urlLabelBuffer) - 8, textFlags))
115115
{
116116
urlChanged = true;
117117

0 commit comments

Comments
 (0)