Cursor is no series node

This commit is contained in:
Uwe Rathmann 2023-07-05 19:04:57 +02:00
parent 56c3481c42
commit 3fee4907c0

View File

@ -436,7 +436,7 @@ QskAspect::States QskSegmentedBarSkinlet::sampleStates(
const auto* bar = static_cast< const QskSegmentedBar* >( skinnable );
if ( subControl == Q::Segment || subControl == Q::Cursor )
if ( subControl == Q::Segment )
{
if ( bar->isSegmentEnabled( index ) )
{