mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 16:30:02 -05:00
fix: Many format string warnings on MacOS and some Linux distros
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <imgui_impl_glfw.h>
|
||||
#include <imgui_impl_opengl3.h>
|
||||
#include <imgui_freetype.h>
|
||||
#include <imgui_imhex_extensions.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <implot.h>
|
||||
#include <implot_internal.h>
|
||||
#include <imnodes.h>
|
||||
@@ -516,7 +516,7 @@ namespace hex {
|
||||
view->drawContent();
|
||||
}
|
||||
|
||||
{
|
||||
if (view->getWindowOpenState()) {
|
||||
bool hasWindow = ImGui::FindWindowByName(View::toWindowName(view->getUnlocalizedName()).c_str()) != nullptr;
|
||||
bool focused = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user