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
6f10ddfa
Kaydet (Commit)
6f10ddfa
authored
Tem 17, 2013
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sidebar: A FIXME comment; I don't want to spend any more time on this.
Change-Id: I91af1e9d053f3d27074ec0d20c8f2517f71849cc
üst
a6d3bf98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
InsertPropertyPanel.cxx
svx/source/sidebar/insert/InsertPropertyPanel.cxx
+8
-0
No files found.
svx/source/sidebar/insert/InsertPropertyPanel.cxx
Dosyayı görüntüle @
6f10ddfa
...
@@ -57,6 +57,14 @@ InsertPropertyPanel::InsertPropertyPanel (
...
@@ -57,6 +57,14 @@ InsertPropertyPanel::InsertPropertyPanel (
mpCustomShapesToolBox
->
Show
();
mpCustomShapesToolBox
->
Show
();
// Listen to all tool box selection events.
// Listen to all tool box selection events.
// FIXME: This is an incredibly ugly hack that we should kill at some
// stage. It is needed because the mpCustomShapesToolBox somehow does not
// get the right controller, and so the images there are not updated when
// the user selects eg. a callout. But using the help id's to get/update
// it (that is what functionSelected() does) is not the way to go in
// general ;-)
// In other words, we should find the underlying problem, and remove the
// WindowEventListener for good.
Window
*
pTopWindow
=
pParent
;
Window
*
pTopWindow
=
pParent
;
while
(
pTopWindow
->
GetParent
()
!=
NULL
)
while
(
pTopWindow
->
GetParent
()
!=
NULL
)
pTopWindow
=
pTopWindow
->
GetParent
();
pTopWindow
=
pTopWindow
->
GetParent
();
...
...
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