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
dd38578b
Kaydet (Commit)
dd38578b
authored
May 28, 2014
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
May 28, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix build error
Change-Id: I550616e1f6e63ac42103756014b1aa26cee5c21f
üst
194c6709
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
openglwin.cxx
vcl/source/window/openglwin.cxx
+1
-2
No files found.
vcl/source/window/openglwin.cxx
Dosyayı görüntüle @
dd38578b
...
@@ -24,9 +24,9 @@ private:
...
@@ -24,9 +24,9 @@ private:
OpenGLWindowImpl
::
OpenGLWindowImpl
(
Window
*
pWindow
)
:
OpenGLWindowImpl
::
OpenGLWindowImpl
(
Window
*
pWindow
)
:
mpChildWindow
(
new
SystemChildWindow
(
pWindow
))
mpChildWindow
(
new
SystemChildWindow
(
pWindow
))
{
{
mpChildWindow
->
Show
();
maContext
.
init
(
mpChildWindow
.
get
());
maContext
.
init
(
mpChildWindow
.
get
());
pWindow
->
SetMouseTransparent
(
false
);
pWindow
->
SetMouseTransparent
(
false
);
maContext
.
show
();
}
}
OpenGLContext
*
OpenGLWindowImpl
::
getContext
()
OpenGLContext
*
OpenGLWindowImpl
::
getContext
()
...
@@ -60,7 +60,6 @@ void OpenGLWindow::Paint(const Rectangle&)
...
@@ -60,7 +60,6 @@ void OpenGLWindow::Paint(const Rectangle&)
void
OpenGLWindow
::
MouseButtonDown
(
const
MouseEvent
&
rMEvt
)
void
OpenGLWindow
::
MouseButtonDown
(
const
MouseEvent
&
rMEvt
)
{
{
getContext
()
->
show
();
maStartPoint
=
rMEvt
.
GetPosPixel
();
maStartPoint
=
rMEvt
.
GetPosPixel
();
}
}
...
...
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