Skip to content

Commit

Permalink
Fix phantom tab right button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wierdox committed Oct 13, 2023
1 parent a574c02 commit 7b33ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scene/gui/tab_bar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ void TabBar::_draw_tab(Ref<StyleBox> &p_tab_style, Color &p_font_color, int p_in
rb->draw(ci, Point2i(rb_rect.position.x + style->get_margin(SIDE_LEFT), rb_rect.position.y + style->get_margin(SIDE_TOP)));

p_x = rtl ? rb_rect.position.x : rb_rect.position.x + rb_rect.size.width;
} else {
tabs.write[p_index].rb_rect = Rect2();
}

// Draw and calculate rect of the close button.
Expand Down

0 comments on commit 7b33ad3

Please sign in to comment.