File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ class SDMenuT:public menuNode,public FS {
236236 // return out.printRaw(SDMenuT<FS>::dir.name(),len);
237237 }
238238 // drawing options
239+ out.setColor (fgColor, sel);
239240 idx_t i=out.tops [root.level ]+idx;
240241 if (i<USE_BACKDOTS) len-=out.printRaw (" [..]" ,len);
241242 else len-=out.printRaw (SDMenuT<FS>::entry (out.tops [root.level ]+idx-USE_BACKDOTS).c_str (),len);
Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ class SDMenuT:public menuNode,public FS {
247247 // return out.printRaw(SDMenuT<FS>::dir.name(),len);
248248 }
249249 // drawing options
250+ out.setColor (fgColor, sel);
250251 idx_t i=out.tops [root.level ]+idx;
251252 if (i<USE_BACKDOTS) len-=out.printRaw (" [..]" ,len);
252253 else len-=out.printRaw (SDMenuT<FS>::entry (out.tops [root.level ]+idx-USE_BACKDOTS).c_str (),len);
You can’t perform that action at this time.
0 commit comments