Skip to content

Commit

Permalink
CI test build was still removing VerticalScroll property
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Sep 28, 2024
1 parent e42cb3f commit 167502a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Widgets/Slider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ namespace tgui
}

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef TGUI_REMOVE_DEPRECATED_CODE

void Slider::setVerticalScroll(bool vertical)
{
m_orientationLocked = false;
Expand All @@ -341,7 +341,7 @@ namespace tgui
{
return m_orientation == Orientation::Vertical;
}
#endif

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

void Slider::setOrientation(Orientation orientation)
Expand Down
4 changes: 2 additions & 2 deletions src/Widgets/SpinButton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ namespace tgui
}

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef TGUI_REMOVE_DEPRECATED_CODE

void SpinButton::setVerticalScroll(bool vertical)
{
m_orientationLocked = false;
Expand All @@ -237,7 +237,7 @@ namespace tgui
{
return m_orientation == Orientation::Vertical;
}
#endif

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

void SpinButton::setOrientation(Orientation orientation)
Expand Down

0 comments on commit 167502a

Please sign in to comment.