1530 self.__bSelectionBegin = self.__bSelectionInit |
1530 self.__bSelectionBegin = self.__bSelectionInit |
1531 self.__bSelectionEnd = self.__bSelectionInit |
1531 self.__bSelectionEnd = self.__bSelectionInit |
1532 else: |
1532 else: |
1533 if pos < 0: |
1533 if pos < 0: |
1534 pos = 0 |
1534 pos = 0 |
1535 pos = pos // 2 |
1535 pos //= 2 |
1536 self.__bSelectionInit = pos |
1536 self.__bSelectionInit = pos |
1537 self.__bSelectionBegin = pos |
1537 self.__bSelectionBegin = pos |
1538 self.__bSelectionEnd = pos |
1538 self.__bSelectionEnd = pos |
1539 |
1539 |
1540 self.selectionAvailable.emit(False) |
1540 self.selectionAvailable.emit(False) |