Skip to content

Commit

Permalink
kdiff3: fix application crash on files with tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
u-235 committed Jul 12, 2024
1 parent 64ba53c commit 0508168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/kdiff3/optiondialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ class OptionEncodingComboBox : public QComboBox, public OptionItem

OptionDialog::OptionDialog(QWidget *parent) : QTabWidget(parent)
{

setupEditPage();
setupFontPage();
setupColorPage();
setupOtherOptions();
Expand Down

0 comments on commit 0508168

Please sign in to comment.