def zoomPressEvent(self, event):
        TimezoneMap.zoomPressEvent(self, event)

        if event.button == 1:
            self.tzFilter.refilter()
示例#2
0
    def zoomPressEvent(self, event):
        TimezoneMap.zoomPressEvent(self, event)

        if event.button == 1:
            self.tzFilter.refilter()