Changeset 884
- Timestamp:
- 07/11/07 09:11:38 (1 year ago)
- Files:
-
- 1 modified
-
trunk/jahwidgets/src/qt3/widgets/slider.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jahwidgets/src/qt3/widgets/slider.cpp
r782 r884 91 91 92 92 // only resize/refill if we really have to 93 if ( paintBuffer.isNull() )93 if ( paintBuffer.isNull() || thumb.isNull() ) 94 94 { 95 95 paintBuffer.resize( size() ); … … 100 100 101 101 // Erase previous thumb rect if necessary 102 if ( !lastThumbRect.isNull() 102 if ( !lastThumbRect.isNull() 103 103 && parentWidget() 104 104 && lastThumbRect != thumbRect() )
