Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Scott Petrovic
Krita
Commits
a7e5b1c6
Commit
a7e5b1c6
authored
Jan 17, 2021
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix layout of overviewdocker
parent
3c08b8ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
plugins/dockers/overview/overviewdocker_dock.cpp
plugins/dockers/overview/overviewdocker_dock.cpp
+5
-0
No files found.
plugins/dockers/overview/overviewdocker_dock.cpp
View file @
a7e5b1c6
...
...
@@ -83,6 +83,11 @@ void OverviewDockerDock::setCanvas(KoCanvasBase * canvas)
m_mirrorCanvas
=
nullptr
;
}
// Delete the stretch
if
(
m_horizontalLayout
->
count
()
&&
m_horizontalLayout
->
itemAt
(
0
)
->
spacerItem
())
{
delete
m_horizontalLayout
->
takeAt
(
0
);
}
m_bottomLayout
->
removeItem
(
m_horizontalLayout
);
m_canvas
=
dynamic_cast
<
KisCanvas2
*>
(
canvas
);
...
...
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