Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonathan Salmon
2021-11-14 14:44:07 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2021-11-16 16:16:47 -0400
Commit
579f0ff223ea0607e42def4c04888272c1819fe0
579f0ff2
1 parent
e3f18125
Remove extra scroll bars on desktop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
printing/CHANGELOG.md
printing/lib/src/preview/pdf_preview.dart
printing/CHANGELOG.md
View file @
579f0ff
...
...
@@ -3,6 +3,7 @@
## 5.6.2
-
Update Linux and Windows pdfium libraries to 4706
-
Remove extra scroll bars on desktop
[
Jonathan Salmon
]
## 5.6.1
...
...
printing/lib/src/preview/pdf_preview.dart
View file @
579f0ff
...
...
@@ -491,10 +491,7 @@ class _PdfPreviewState extends State<PdfPreview> with PdfPreviewRaster {
return
Column
(
mainAxisAlignment:
MainAxisAlignment
.
center
,
children:
<
Widget
>[
Expanded
(
child:
scrollController
.
hasClients
?
Scrollbar
(
controller:
scrollController
,
child:
scrollView
)
:
scrollView
),
Expanded
(
child:
scrollView
),
if
(
actions
.
isNotEmpty
&&
widget
.
useActions
)
IconTheme
.
merge
(
data:
IconThemeData
(
...
...
Please
register
or
login
to post a comment