Skip to content

Commit bc662df

Browse files
committed
DPL GUI: fix Inputs panel
1 parent 32abf7a commit bc662df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/GUISupport/src/FrameworkGUIDeviceInspector.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ void displayDeviceInspector(DeviceSpec const& spec,
229229
(void)retVal;
230230
}
231231

232-
ImGui::SameLine();
233232
#if DPL_ENABLE_TRACING
233+
ImGui::SameLine();
234234
if (ImGui::Button("Tracy")) {
235235
std::string tracyPort = std::to_string(info.tracyPort);
236236
auto cmd = fmt::format("tracy-profiler -p {} -a 127.0.0.1 &", info.tracyPort);

0 commit comments

Comments
 (0)