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
fb63bdd0
Kaydet (Commit)
fb63bdd0
authored
Agu 28, 2012
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#36681: fixed view window after redoing a frame delete
Change-Id: I2b9f618ba6869fabf7c5ae2339421688aab127c7
üst
78fe6b83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
edundo.cxx
sw/source/core/edit/edundo.cxx
+7
-0
No files found.
sw/source/core/edit/edundo.cxx
Dosyayı görüntüle @
fb63bdd0
...
...
@@ -41,6 +41,7 @@
#include <frmfmt.hxx>
#include <viewimp.hxx>
#include <docsh.hxx>
#include <pagefrm.hxx>
/** helper function to select all objects in an SdrMarkList;
...
...
@@ -82,6 +83,12 @@ SwEditShell::HandleUndoRedoContext(::sw::UndoRedoContext & rContext)
static_cast
<
SwFlyFrmFmt
*>
(
pSelFmt
)
->
GetFrm
(
&
aPt
,
false
);
if
(
pFly
)
{
// fdo#36681: Invalidate the content and layout to refresh
// the picture anchoring properly
SwPageFrm
*
pPageFrm
=
pFly
->
FindPageFrmOfAnchor
();
pPageFrm
->
InvalidateFlyLayout
();
pPageFrm
->
InvalidateCntnt
();
static_cast
<
SwFEShell
*>
(
this
)
->
SelectFlyFrm
(
*
pFly
,
true
);
}
}
...
...
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