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
2a20bf51
Kaydet (Commit)
2a20bf51
authored
Ara 25, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#87596 Draw tab fill color when selected on the tab bottom
Change-Id: I02bcdf88063d272cb9eb9e89cbee61d30f4f01d6
üst
e3663390
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
tabbar.cxx
svtools/source/control/tabbar.cxx
+17
-0
No files found.
svtools/source/control/tabbar.cxx
Dosyayı görüntüle @
2a20bf51
...
@@ -1168,6 +1168,16 @@ public:
...
@@ -1168,6 +1168,16 @@ public:
}
}
}
}
void
drawColorLine
()
{
Point
p1
=
maPoly
[
1
];
Point
p2
=
maPoly
[
2
];
p1
+=
Point
(
1
,
0
);
p2
+=
Point
(
-
1
,
-
3
);
mrParent
.
DrawRect
(
Rectangle
(
p1
,
p2
));
}
void
drawTab
()
void
drawTab
()
{
{
mrParent
.
SetLineColor
(
mpStyleSettings
->
GetDarkShadowColor
());
mrParent
.
SetLineColor
(
mpStyleSettings
->
GetDarkShadowColor
());
...
@@ -1188,6 +1198,13 @@ public:
...
@@ -1188,6 +1198,13 @@ public:
}
}
drawOuterFrame
();
drawOuterFrame
();
if
(
mbCustomColored
&&
mbSelected
)
{
mrParent
.
SetFillColor
(
maCustomColor
);
mrParent
.
SetLineColor
(
maCustomColor
);
drawColorLine
();
}
}
}
void
drawPlusImage
()
void
drawPlusImage
()
...
...
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