Boštjan Mejak
Boštjan Mejak
@TheRealH0u, it shouldn’t be like this, that’s why I opened this issue. I guess no one listens here. To be honest, I don’t care if this gets fixed at all,...
This code ``` if v: for s in v: self.findItems( unicode(self._set_map(s)), Qt.MatchExactly)[0].setSelected(True) ``` should probably be rewritten to ``` try: for s in v: self.findItems( unicode(self._set_map(s)), Qt.MatchExactly )[0].setSelected(True) except (KeyError,...
Maybe you wanna fix it, or...?
That's bad. I'm sorry, but it looks ugly. Wouldn't lichess rather have a coordinate margin embracing the chessboard? Having coordinates inside a square is always bad: you always get piece...