fix edit files from Edit menu

This commit is contained in:
cy33hc
2026-03-29 17:15:02 -07:00
parent 9d0790fccc
commit b6eaef82fd
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ add_executable(ezremote_client
add_self(ezremote_client)
add_pkg(ezremote_client ${CMAKE_SOURCE_DIR}/data "RMTC00001" "ezRemote Client" "01.38" 32 0)
add_pkg(ezremote_client ${CMAKE_SOURCE_DIR}/data "RMTC00001" "ezRemote Client" "01.39" 32 0)
target_link_libraries(ezremote_client
c
+3
View File
@@ -1618,6 +1618,9 @@ namespace Windows
void ShowEditorDialog()
{
if (!paused)
saved_selected_browser = selected_browser;
if (editor_inprogress)
{
ImGuiIO &io = ImGui::GetIO();