summaryrefslogtreecommitdiff
path: root/src/gui/tikzscene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tikzscene.cpp')
-rw-r--r--src/gui/tikzscene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/tikzscene.cpp b/src/gui/tikzscene.cpp
index 2a9b2fb..9b6c2d6 100644
--- a/src/gui/tikzscene.cpp
+++ b/src/gui/tikzscene.cpp
@@ -463,7 +463,7 @@ void TikzScene::keyPressEvent(QKeyEvent *event)
if (event->key() == Qt::Key_QuoteLeft) {
capture = true;
- _styles->nextStyle();
+ _styles->nextNodeStyle();
}
if (event->modifiers() & Qt::ControlModifier) {