Skip to content

Commit cdf28dd

Browse files
committed
turn on cool looking flag
1 parent 99d2968 commit cdf28dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/themes.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ void applyCommon(ImGuiStyle& style) {
315315
//special sets for imgui 1.92.4 to keep old look of devtools
316316
style.TabRounding = 0.f;
317317
style.TabBarOverlineSize = 2.f;
318+
style.TreeLinesFlags = ImGuiTreeNodeFlags_DrawLinesFull;
318319
}
319320

320321
ThemeDef getThemeDef(std::string const& name) {

0 commit comments

Comments
 (0)