Skip to content

Commit 0508168

Browse files
committed
kdiff3: fix application crash on files with tabulation
1 parent 64ba53c commit 0508168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdparty/kdiff3/optiondialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ class OptionEncodingComboBox : public QComboBox, public OptionItem
641641

642642
OptionDialog::OptionDialog(QWidget *parent) : QTabWidget(parent)
643643
{
644-
644+
setupEditPage();
645645
setupFontPage();
646646
setupColorPage();
647647
setupOtherOptions();

0 commit comments

Comments
 (0)