Skip to content

Commit fb3de98

Browse files
committed
uniform xml op/ob
1 parent 5e78643 commit fb3de98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/io.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ void menuOut::previewMenu(navRoot& root,menuNode& menu,idx_t panelNr) {
8484
fmtEnd(p,fmtCursor,root.node(),i);
8585
#endif
8686
setColor(fgColor,false,p.enabled,false);
87-
// #ifdef MENU_FMT_WRAPS
88-
// fmtStart(p,fmtOpBody,root.node(),i);
89-
// #endif
87+
#ifdef MENU_FMT_WRAPS
88+
fmtStart(p,fmtOpBody,root.node(),i);
89+
#endif
9090
p.printTo(root,false,*this,i,panels[panelNr].w,panelNr);
91-
// #ifdef MENU_FMT_WRAPS
92-
// fmtEnd(p,fmtOpBody,root.node(),i);
93-
// #endif
91+
#ifdef MENU_FMT_WRAPS
92+
fmtEnd(p,fmtOpBody,root.node(),i);
93+
#endif
9494
#ifdef MENU_FMT_WRAPS
9595
fmtEnd(p,fmtOp,root.node(),i);
9696
#endif

0 commit comments

Comments
 (0)