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
e8681bed
Kaydet (Commit)
e8681bed
authored
Ock 24, 2012
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"
This reverts commit
1f0ba007
.
üst
1f0ba007
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
13 deletions
+5
-13
inputwin.cxx
sc/source/ui/app/inputwin.cxx
+4
-11
inputwin.hxx
sc/source/ui/inc/inputwin.hxx
+0
-1
ooinstall
solenv/bin/ooinstall
+1
-1
No files found.
sc/source/ui/app/inputwin.cxx
Dosyayı görüntüle @
e8681bed
...
...
@@ -1125,8 +1125,7 @@ ScMultiTextWnd::ScMultiTextWnd( ScInputBarGroup* pParen, ScTabViewShell* pViewSh
ScTextWnd
(
pParen
,
pViewSh
),
mrGroupBar
(
*
pParen
),
mnLines
(
1
),
mnLastExpandedLines
(
INPUTWIN_MULTILINES
),
mbInvalidate
(
false
)
mnLastExpandedLines
(
INPUTWIN_MULTILINES
)
{
nTextStartPos
=
TEXT_MULTI_STARTPOS
;
}
...
...
@@ -1139,14 +1138,7 @@ void ScMultiTextWnd::Paint( const Rectangle& rRec )
{
EditView
*
pView
=
GetEditView
();
if
(
pView
)
{
if
(
mbInvalidate
)
{
pView
->
Invalidate
();
mbInvalidate
=
false
;
}
pEditView
->
Paint
(
rRec
);
}
pView
->
Paint
(
rRec
);
}
EditView
*
ScMultiTextWnd
::
GetEditView
()
...
...
@@ -1411,7 +1403,8 @@ void ScMultiTextWnd::SetTextString( const String& rNewString )
// inputbar window scrolled to the bottom if we do that here ( because the tableview and topview
// are synced I guess ).
// should fix that I suppose :-/ need to look a bit further into that
mbInvalidate
=
true
;
// ensure next Paint ( that uses editengine ) call will call Invalidate first
if
(
pEditView
)
pEditView
->
Invalidate
();
ScTextWnd
::
SetTextString
(
rNewString
);
SetScrollBarRange
();
DoScroll
();
...
...
sc/source/ui/inc/inputwin.hxx
Dosyayı görüntüle @
e8681bed
...
...
@@ -204,7 +204,6 @@ private:
ScInputBarGroup
&
mrGroupBar
;
long
mnLines
;
long
mnLastExpandedLines
;
bool
mbInvalidate
;
};
class
ScInputBarGroup
:
public
ScTextWndBase
...
...
solenv/bin/ooinstall
Dosyayı görüntüle @
e8681bed
...
...
@@ -50,7 +50,7 @@ for $arg (@ARGV) {
$path
=
Cwd::
realpath
(
$ENV
{
DESTDIR
}
.
$arg
);
if
(
!
$do_link
)
{
my
$destdir
=
Cwd::
realpath
(
$ENV
{
DESTDIR
}
);
#
$path =~ s|$destdir||;
$path
=~
s
|
$destdir
||
;
}
}
}
...
...
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