Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Cantor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Education
Cantor
Commits
1da2faa3
Commit
1da2faa3
authored
Mar 10, 2020
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/release/19.12'
parents
712d8056
dbbc3c4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
org.kde.cantor.appdata.xml
org.kde.cantor.appdata.xml
+1
-0
src/commandentry.cpp
src/commandentry.cpp
+4
-0
No files found.
org.kde.cantor.appdata.xml
View file @
1da2faa3
...
...
@@ -124,6 +124,7 @@
<binary>
cantor
</binary>
</provides>
<releases>
<release
version=
"19.12.3"
date=
"2020-03-05"
/>
<release
version=
"19.12.2"
date=
"2020-02-06"
/>
<release
version=
"19.12.1"
date=
"2020-01-09"
/>
<release
version=
"19.12.0"
date=
"2019-12-12"
/>
...
...
src/commandentry.cpp
View file @
1da2faa3
...
...
@@ -803,6 +803,10 @@ void CommandEntry::expressionChangedStatus(Cantor::Expression::Status status)
m_errorItem
->
setHtml
(
i18n
(
"Interrupted"
));
recalculateSize
();
// Mostly we handle setting of modification in WorksheetEntry inside ::evaluateNext.
// But command entry wouldn't triger ::evaluateNext for Error and Interrupted states
// So, we set it here
worksheet
()
->
setModified
();
break
;
case
Cantor
::
Expression
::
Done
:
m_promptItemAnimation
->
stop
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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