Show More
@@ -217,7 +217,7 b' class FrontendWidget(HistoryConsoleWidget, BaseFrontendMixin):' | |||||
217 | if text: |
|
217 | if text: | |
218 | was_newline = text[-1] == '\n' |
|
218 | was_newline = text[-1] == '\n' | |
219 | text = self._prompt_transformer.transform_cell(text) |
|
219 | text = self._prompt_transformer.transform_cell(text) | |
220 | if not was_newline: # user don't need newline |
|
220 | if not was_newline: # user doesn't need newline | |
221 | text = text[:-1] |
|
221 | text = text[:-1] | |
222 | QtGui.QApplication.clipboard().setText(text) |
|
222 | QtGui.QApplication.clipboard().setText(text) | |
223 | else: |
|
223 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now