242 left, top, right, bottom = self._master.getContentsMargins() |
242 left, top, right, bottom = self._master.getContentsMargins() |
243 if right > vsbw: |
243 if right > vsbw: |
244 vsbw = 0 |
244 vsbw = 0 |
245 self.setGeometry(QRect(cr.right() - self.__width - vsbw, cr.top(), |
245 self.setGeometry(QRect(cr.right() - self.__width - vsbw, cr.top(), |
246 self.__width, cr.height())) |
246 self.__width, cr.height())) |
|
247 self.update() |
247 |
248 |
248 def scaleFactor(self, slider=False): |
249 def scaleFactor(self, slider=False): |
249 """ |
250 """ |
250 Public method to determine the scrollbar's scale factor. |
251 Public method to determine the scrollbar's scale factor. |
251 |
252 |