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
45566e7c
Kaydet (Commit)
45566e7c
authored
Ara 12, 2016
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unreffun and loplugin:externandnotdefined
Change-Id: I69f11aa5dd81834aa916a66437d8c091cdf245f3
üst
3d17a408
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ChartView.cxx
chart2/source/view/main/ChartView.cxx
+6
-0
No files found.
chart2/source/view/main/ChartView.cxx
Dosyayı görüntüle @
45566e7c
...
...
@@ -1072,7 +1072,9 @@ public:
virtual
void
scroll
(
long
nDelta
)
override
;
virtual
void
contextDestroyed
()
override
;
#if HAVE_FEATURE_OPENGL
const
OpenGLWindow
*
getOpenGLWindow
()
const
;
#endif
void
updateOpenGLWindow
();
private
:
ChartView
*
mpView
;
...
...
@@ -1120,11 +1122,15 @@ void GL2DRenderer::contextDestroyed()
mbContextDestroyed
=
true
;
}
#if HAVE_FEATURE_OPENGL
const
OpenGLWindow
*
GL2DRenderer
::
getOpenGLWindow
()
const
{
return
mpWindow
;
}
#endif
void
GL2DRenderer
::
updateOpenGLWindow
()
{
if
(
mbContextDestroyed
)
...
...
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