File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -668,6 +668,9 @@ protected override bool OnDrawingContent ()
668
668
{
669
669
_host . _tabLocations = _host . CalculateViewport ( Viewport ) . ToArray ( ) ;
670
670
671
+ RenderTabLine ( ) ;
672
+
673
+ RenderUnderline ( ) ;
671
674
672
675
SetAttribute ( HasFocus ? GetFocusColor ( ) : GetNormalColor ( ) ) ;
673
676
@@ -677,9 +680,9 @@ protected override bool OnDrawingContent ()
677
680
/// <inheritdoc />
678
681
protected override bool OnDrawingSubviews ( )
679
682
{
680
- RenderTabLine ( ) ;
683
+ // RenderTabLine ();
681
684
682
- return true ;
685
+ return false ;
683
686
}
684
687
685
688
protected override void OnDrawComplete ( )
@@ -1214,7 +1217,7 @@ protected override void OnDrawComplete ()
1214
1217
tab . LineCanvas . Merge ( lc ) ;
1215
1218
tab . RenderLineCanvas ( ) ;
1216
1219
1217
- RenderUnderline ( ) ;
1220
+ // RenderUnderline ();
1218
1221
}
1219
1222
}
1220
1223
You can’t perform that action at this time.
0 commit comments