]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qte/qte-2.3.10/qtabbar.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qte / qte-2.3.10 / qtabbar.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- qt-2.3.10/src/widgets/qtabbar.cpp~qtabbar
7 +++ qt-2.3.10/src/widgets/qtabbar.cpp
8 @@ -260,7 +260,6 @@
9         lstatic->insert( index, newTab );
10  
11      layoutTabs();
12 -    updateArrowButtons();
13      makeVisible( tab( currentTab() ) );
14  
15  #ifndef QT_NO_ACCEL
16 @@ -282,7 +281,6 @@
17      l->remove( t );
18      lstatic->remove( t );
19      layoutTabs();
20 -    updateArrowButtons();
21      makeVisible( tab( currentTab() ) );
22      update();
23  }
24 @@ -887,6 +885,7 @@
25      }
26      for ( t = lstatic->first(); t; t = lstatic->next() )
27         t->r.setHeight( r.height() );
28 +    updateArrowButtons();
29  }
30  
31  /*!
32 @@ -977,7 +976,6 @@
33      d->leftB->setGeometry( width() - 2*arrowWidth, 0, arrowWidth, height() );
34  #endif
35      layoutTabs();
36 -    updateArrowButtons();
37      makeVisible( tab( currentTab() ));
38  }
39