Skip to content

Commit ce054fa

Browse files
authored
Update toolbar.dart (singerdmx#467)
1 parent a724836 commit ce054fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widgets/toolbar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
318318
iconSize: toolbarIconSize,
319319
iconTheme: iconTheme,
320320
),
321-
if (showDividers && isButtonGroupShown[2] &&
321+
if (showDividers && showHeaderStyle && isButtonGroupShown[2] &&
322322
(isButtonGroupShown[3] ||
323323
isButtonGroupShown[4] ||
324324
isButtonGroupShown[5]))

0 commit comments

Comments
 (0)