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
Tusooa Zhu
Krita
Commits
e664fe62
Commit
e664fe62
authored
May 30, 2018
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
(cherry picked from commit
ef512eff
)
parent
f00c74d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp
...ins/extensions/animationrenderer/DlgAnimationRenderer.cpp
+2
-2
plugins/extensions/animationrenderer/DlgAnimationRenderer.h
plugins/extensions/animationrenderer/DlgAnimationRenderer.h
+3
-3
No files found.
plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp
View file @
e664fe62
...
...
@@ -65,7 +65,7 @@ DlgAnimationRenderer::DlgAnimationRenderer(KisDocument *doc, QWidget *parent)
m_defaultFileName
=
i18n
(
"Untitled"
);
}
m_page
=
new
WdgAnimat
er
ionRenderer
(
this
);
m_page
=
new
WdgAnimationRenderer
(
this
);
m_page
->
layout
()
->
setMargin
(
0
);
m_page
->
dirRequester
->
setMode
(
KoFileDialog
::
OpenDirectory
);
...
...
@@ -267,7 +267,7 @@ void DlgAnimationRenderer::setSequenceConfiguration(KisPropertiesConfigurationSP
}
m_page
->
dirRequester
->
setFileName
(
cfg
->
getString
(
"directory"
,
QStandardPaths
::
writableLocation
(
QStandardPaths
::
PicturesLocation
)));
m_page
->
intStart
->
setValue
(
cfg
->
getInt
(
"first_frame"
,
m_image
->
animationInterface
()
->
playbackRange
().
start
()));
m_page
->
intStart
->
setValue
(
cfg
->
getInt
(
"first_frame"
,
m_image
->
animationInterface
()
->
playbackRange
().
start
()));
m_page
->
intEnd
->
setValue
(
cfg
->
getInt
(
"last_frame"
,
m_image
->
animationInterface
()
->
playbackRange
().
end
()));
m_page
->
sequenceStart
->
setValue
(
cfg
->
getInt
(
"sequence_start"
,
m_image
->
animationInterface
()
->
playbackRange
().
start
()));
...
...
plugins/extensions/animationrenderer/DlgAnimationRenderer.h
View file @
e664fe62
...
...
@@ -31,12 +31,12 @@ class KisImportExportFilter;
class
KisConfigWidget
;
class
QHBoxLayout
;
class
WdgAnimat
er
ionRenderer
:
public
QWidget
,
public
Ui
::
WdgAnimaterionRenderer
class
WdgAnimationRenderer
:
public
QWidget
,
public
Ui
::
WdgAnimaterionRenderer
{
Q_OBJECT
public:
WdgAnimat
er
ionRenderer
(
QWidget
*
parent
)
WdgAnimationRenderer
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
setupUi
(
this
);
...
...
@@ -96,7 +96,7 @@ private:
KisImageSP
m_image
;
KisDocument
*
m_doc
;
WdgAnimat
er
ionRenderer
*
m_page
{
0
};
WdgAnimationRenderer
*
m_page
{
0
};
QList
<
QSharedPointer
<
KisImportExportFilter
>>
m_renderFilters
;
KisConfigWidget
*
m_encoderConfigWidget
{
0
};
KisConfigWidget
*
m_frameExportConfigWidget
{
0
};
...
...
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