diff --git a/examples/tabview/main.cpp b/examples/tabview/main.cpp index 790ccd87..f7c8c369 100644 --- a/examples/tabview/main.cpp +++ b/examples/tabview/main.cpp @@ -52,6 +52,7 @@ class TabView : public QskTabView } buttonAt( 2 )->setEnabled( false ); + setCurrentIndex( 4 ); } void rotate()