Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Oxygen for GTK
Commits
37d090ec
Commit
37d090ec
authored
Mar 05, 2013
by
Hugo Pereira Da Costa
Browse files
only check pixmap list size in ::isValid
CCBUG: 304381
parent
118aba00
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/oxygentileset.h
View file @
37d090ec
...
...
@@ -109,7 +109,7 @@ namespace Oxygen
//! is valid
bool
isValid
(
void
)
const
{
return
width
()
>
0
&&
height
()
>
0
&&
_surfaces
.
size
()
==
9
;
}
{
return
_surfaces
.
size
()
==
9
;
}
/*!
Fills the specified rect with tiled chunks. Corners are never tiled,
...
...
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