Skip to content

Commit

Permalink
[SUTK] Set button graphc for tab close button
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Jan 6, 2025
1 parent 4aac73e commit 98f07f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sutk/source/TabButtonGraphic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ namespace SUTK
if(!s_closeIcon)
s_closeIcon = driver.loadImage("svg_files/close-square-svgrepo-com.svg");
m_closeButtonGraphic->setImage(s_closeIcon);
m_closeButton->setGraphic(m_closeButtonGraphic);

m_hoverColor = getHoverColor();
m_pressColor = getPressColor();
Expand Down

0 comments on commit 98f07f8

Please sign in to comment.