diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f77b67..c9e90a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/source/windows.cpp b/source/windows.cpp index bb70c42..90f4de9 100644 --- a/source/windows.cpp +++ b/source/windows.cpp @@ -1618,6 +1618,9 @@ namespace Windows void ShowEditorDialog() { + if (!paused) + saved_selected_browser = selected_browser; + if (editor_inprogress) { ImGuiIO &io = ImGui::GetIO();