Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Krita
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tusooa Zhu
Krita
Commits
81d8404b
Commit
81d8404b
authored
Aug 09, 2018
by
Dmitry Kazakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix KisAdjustmentLayerTest that was broken accidentally
parent
5db57d9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libs/image/tests/kis_adjustment_layer_test.cpp
libs/image/tests/kis_adjustment_layer_test.cpp
+1
-1
No files found.
libs/image/tests/kis_adjustment_layer_test.cpp
View file @
81d8404b
...
...
@@ -73,7 +73,7 @@ void KisAdjustmentLayerTest::testInverted()
KisSelectionSP
sel2
=
new
KisSelection
();
sel2
->
pixelSelection
()
->
invert
();
KisAdjustmentLayerSP
l2
=
new
KisAdjustmentLayer
(
image
,
"bla"
,
kfc
,
sel2
);
QCOMPARE
(
sel2
->
selectedExactRect
(),
l2
->
internalSelection
()
->
selectedExactRect
());
QCOMPARE
(
l2
->
internalSelection
()
->
selectedExactRect
(),
image
->
bounds
());
KisSelectionSP
sel3
=
new
KisSelection
();
sel3
->
pixelSelection
()
->
select
(
QRect
(
50
,
-
10
,
800
,
30
),
128
);
...
...
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