mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
Cleanup.
This commit is contained in:
4
3rdparty/ocornut-imgui/widgets/file_list.inl
vendored
4
3rdparty/ocornut-imgui/widgets/file_list.inl
vendored
@@ -72,8 +72,8 @@ namespace ImGui
|
||||
const bool isDir = -1 == it->Size;
|
||||
bool isSelected = Pos == pos;
|
||||
|
||||
bool clicked = Selectable(it->Name.CStr(), &isSelected, 0, ImVec2(150.0f, 0.0f) );
|
||||
SameLine();
|
||||
bool clicked = Selectable(it->Name.CStr(), &isSelected);
|
||||
SameLine(150);
|
||||
if (isDir)
|
||||
{
|
||||
Text("%10s", "<DIR>");
|
||||
|
||||
Reference in New Issue
Block a user