Skip to content

Commit c784da5

Browse files
committed
[FIX] : fix for linux
1 parent 29c77e6 commit c784da5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ add_library(ImGuiFileDialog STATIC
77
ImGuiFileDialog.h
88
)
99

10-
target_link_libraries(ImGuiFileDialog imgui)
10+
#target_link_libraries(ImGuiFileDialog imgui)
1111

1212
target_include_directories(ImGuiFileDialog PUBLIC
1313
${CMAKE_CURRENT_SOURCE_DIR})

ImGuiFileDialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,8 +1133,8 @@ class IGFD_API FileStyle {
11331133
typedef std::function<bool(const FileInfos&, FileStyle&)> FileStyleFunctor;
11341134

11351135
public:
1136-
std::string icon;
11371136
ImVec4 color = ImVec4(0, 0, 0, 0);
1137+
std::string icon;
11381138
ImFont* font = nullptr;
11391139
IGFD_FileStyleFlags flags = 0;
11401140

0 commit comments

Comments
 (0)