Don't bloat the message queue with unprocessed status indicator changes.

Change-Id: I87f254a94183b5a97cfb1e4eb49ddea7f88258bf
This commit is contained in:
Jan Holesovsky 2017-04-07 11:27:21 +02:00
parent 69d3671e4e
commit 67586d3fdb

View file

@ -340,6 +340,7 @@ std::string TileQueue::removeCallbackDuplicate(const std::string& callbackMsg)
}
else if (callbackType == "1" || // the cursor has moved
callbackType == "5" || // the cursor visibility has changed
callbackType == "10" || // setting the indicator value
callbackType == "17" || // the cell cursor has moved
callbackType == "24" || // the view cursor has moved
callbackType == "26" || // the view cell cursor has moved