Skip to content

Commit

Permalink
set initial _viewRenderState to default
Browse files Browse the repository at this point in the history
so we start off matching the default render state of a freshly opened
document

Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: I775fd201ea10ad16a1941864ae47f7034ff286be
  • Loading branch information
caolanm committed Dec 14, 2023
1 parent 367f618 commit 743abbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kit/ChildSession.cpp
Expand Up @@ -112,6 +112,7 @@ ChildSession::ChildSession(const std::shared_ptr<ProtocolHandlerInterface>& prot
, _viewId(-1)
, _isDocLoaded(false)
, _copyToClipboard(false)
, _viewRenderState(";Light") // default RenderState
, _canonicalViewId(-1)
, _isDumpingTiles(false)
, _clientVisibleArea(0, 0, 0, 0)
Expand Down

0 comments on commit 743abbd

Please sign in to comment.