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
f44ca372
Kaydet (Commit)
f44ca372
authored
May 08, 2013
tarafından
Andre Fischer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
122082: Show correct deck title and tab bar highlight after switching sidebar decks.
üst
4a84ca3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
SidebarController.cxx
sfx2/source/sidebar/SidebarController.cxx
+4
-6
No files found.
sfx2/source/sidebar/SidebarController.cxx
Dosyayı görüntüle @
f44ca372
...
@@ -390,7 +390,6 @@ void SidebarController::UpdateConfigurations (void)
...
@@ -390,7 +390,6 @@ void SidebarController::UpdateConfigurations (void)
maCurrentContext
,
maCurrentContext
,
mbIsDocumentReadOnly
,
mbIsDocumentReadOnly
,
mxFrame
);
mxFrame
);
mpTabBar
->
SetDecks
(
aDecks
);
// Notify the tab bar about the updated set of decks.
// Notify the tab bar about the updated set of decks.
mpTabBar
->
SetDecks
(
aDecks
);
mpTabBar
->
SetDecks
(
aDecks
);
...
@@ -422,13 +421,12 @@ void SidebarController::UpdateConfigurations (void)
...
@@ -422,13 +421,12 @@ void SidebarController::UpdateConfigurations (void)
// We did not find a valid deck.
// We did not find a valid deck.
RequestCloseDeck
();
RequestCloseDeck
();
return
;
return
;
// Tell the tab bar to highlight the button associated
// with the deck.
mpTabBar
->
HighlightDeck
(
sNewDeckId
);
}
}
msCurrentDeckId
=
sNewDeckId
;
// Tell the tab bar to highlight the button associated
// with the deck.
mpTabBar
->
HighlightDeck
(
sNewDeckId
);
SwitchToDeck
(
SwitchToDeck
(
*
ResourceManager
::
Instance
().
GetDeckDescriptor
(
sNewDeckId
),
*
ResourceManager
::
Instance
().
GetDeckDescriptor
(
sNewDeckId
),
maCurrentContext
);
maCurrentContext
);
...
...
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