Skip to content

Commit

Permalink
Merge pull request BlackINT3#15 from donzoru/fixformat
Browse files Browse the repository at this point in the history
Fix format bug
  • Loading branch information
BlackINT3 authored Aug 24, 2020
2 parents 9ea4c67 + a9f8508 commit 724ba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenArk/coderkit/coderkit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ void CoderKit::UpdateEditCodeText(const std::wstring& data, QObject* ignored_obj
int id_interval = radio_group_interval_.checkedId();
if (id_interval == 0) interval = 2;
else if (id_interval == 1) interval = 4;
else if (id_interval == 1) interval = 8;
else if (id_interval == 2) interval = 8;

std::string format = "";
int id_format = radio_group_type_.checkedId();
Expand Down

0 comments on commit 724ba0c

Please sign in to comment.