Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
7bb6b9e0
Commit
7bb6b9e0
authored
Mar 18, 2021
by
Kåre Särs
Browse files
Fix jump-forward action not enabled.
parent
7b71ae4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
kate/kateviewspace.cpp
View file @
7bb6b9e0
...
...
@@ -727,7 +727,7 @@ void KateViewSpace::goBack()
m_viewManager
->
activeView
()
->
setCursorPosition
(
location
.
cursor
);
// enable forward
m_historyForward
->
setEnabled
(
true
);
Q_EMIT
m_viewManager
->
historyForwardEnabled
(
fals
e
);
Q_EMIT
m_viewManager
->
historyForwardEnabled
(
tru
e
);
return
;
}
}
...
...
@@ -737,7 +737,7 @@ void KateViewSpace::goBack()
v
->
setCursorPosition
(
location
.
cursor
);
// enable forward in viewspace + mainwindow
m_historyForward
->
setEnabled
(
true
);
Q_EMIT
m_viewManager
->
historyForwardEnabled
(
fals
e
);
Q_EMIT
m_viewManager
->
historyForwardEnabled
(
tru
e
);
}
bool
KateViewSpace
::
isHistoryBackEnabled
()
const
...
...
Kåre Särs
@sars
mentioned in commit
9a762724
·
Mar 18, 2021
mentioned in commit
9a762724
mentioned in commit 9a762724ba04f7952fa445a98670fcb2f4278197
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment