Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
94f8754f
Kaydet (Commit)
94f8754f
authored
May 21, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tdf#91381 - fix a couple of animation related lifecycle issues.
Change-Id: I4aada7f27e3a88124ad670e62ddb6c92ecf431a8
üst
07f872d4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
CustomAnimationPane.cxx
sd/source/ui/animations/CustomAnimationPane.cxx
+3
-5
dockwin.cxx
sfx2/source/dialog/dockwin.cxx
+3
-0
No files found.
sd/source/ui/animations/CustomAnimationPane.cxx
Dosyayı görüntüle @
94f8754f
...
...
@@ -1752,7 +1752,8 @@ void CustomAnimationPane::onChange( bool bCreate )
}
}
VclPtrInstance
<
CustomAnimationCreateDialog
>
pDlg
(
this
,
this
,
aTargets
,
bHasText
,
sPresetId
,
fDuration
);
{
ScopedVclPtrInstance
<
CustomAnimationCreateDialog
>
pDlg
(
this
,
this
,
aTargets
,
bHasText
,
sPresetId
,
fDuration
);
if
(
pDlg
->
Execute
()
)
{
addUndo
();
...
...
@@ -1788,11 +1789,9 @@ void CustomAnimationPane::onChange( bool bCreate )
pCreated
->
setNodeType
(
EffectNodeType
::
WITH_PREVIOUS
);
if
(
pCreated
.
get
()
)
{
mpCustomAnimationList
->
select
(
pCreated
);
}
}
}
else
{
MainSequenceRebuildGuard
aGuard
(
mpMainSequence
);
...
...
@@ -1820,8 +1819,7 @@ void CustomAnimationPane::onChange( bool bCreate )
}
mrBase
.
GetDocShell
()
->
SetModified
();
}
pDlg
.
reset
();
}
// dispose pDlg
updateControls
();
...
...
sfx2/source/dialog/dockwin.cxx
Dosyayı görüntüle @
94f8754f
...
...
@@ -1729,6 +1729,9 @@ Size SfxDockingWindow::GetMinOutputSizePixel() const
bool
SfxDockingWindow
::
Notify
(
NotifyEvent
&
rEvt
)
{
if
(
!
pImp
)
return
DockingWindow
::
Notify
(
rEvt
);
if
(
rEvt
.
GetType
()
==
MouseNotifyEvent
::
GETFOCUS
)
{
if
(
pMgr
!=
NULL
)
...
...
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