|
From: Tapio V. <aa...@us...> - 2011-02-07 10:48:06
|
Module: editor Branch: master Commit: 8d64c066cf4d3380ba717b8fefc9f7f7e6a3994b Author: Tapio Vierros <tap...@gm...> Date: Mon Feb 7 12:36:31 2011 +0200 Fix typo. --- notelabel.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notelabel.cc b/notelabel.cc index 443148e..6f1b840 100644 --- a/notelabel.cc +++ b/notelabel.cc @@ -188,7 +188,7 @@ void NoteLabel::showContextMenu(const QPoint &pos) actionFloating.setChecked(isFloating()); QAction actionLineBreak(NULL); - actionLineBreak.setCheckable(this); + actionLineBreak.setCheckable(true); actionLineBreak.setChecked(isLineBreak()); QAction actionNormal(NULL); |