projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e32e665
)
Remove before appending to try and reduce flicker on Windows.
author
Carl Hetherington
<cth@carlh.net>
Wed, 19 Mar 2025 23:31:42 +0000
(
00:31
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 22 Mar 2025 12:29:58 +0000
(13:29 +0100)
src/tools/dcpomatic_server.cc
patch
|
blob
|
history
diff --git
a/src/tools/dcpomatic_server.cc
b/src/tools/dcpomatic_server.cc
index ed04f57149999052c6177cefc5d1d0ef25eee24b..eac63cf860832e4a82311ab854eb31090051e6aa 100644
(file)
--- a/
src/tools/dcpomatic_server.cc
+++ b/
src/tools/dcpomatic_server.cc
@@
-116,11
+116,12
@@
private:
append (buffer);
}
- append (entry->message ());
if (_log.size() > log_lines) {
emit (boost::bind (boost::ref (Removed), _log.front().length()));
_log.pop_front ();
}
+
+ append (entry->message ());
_last_time = *local;
auto encoded = dynamic_pointer_cast<const EncodedLogEntry> (entry);