Fixed a line-length error.

This commit is contained in:
Austin Anderson 2015-05-30 16:03:36 -04:00
parent b59dc8e89b
commit 5c599879f8

View File

@ -80,8 +80,8 @@ class StatusBar(QWidget):
_command_active: If we're currently in command mode. _command_active: If we're currently in command mode.
For some reason we need to have this as class attribute For some reason we need to have this as class
so pyqtProperty works correctly. attribute so pyqtProperty works correctly.
_caret_mode: The current caret mode (off/on/selection). _caret_mode: The current caret mode (off/on/selection).