diff --git a/Release_(3.0)/pgAdmin3.exe b/Release_(3.0)/pgAdmin3.exe index d2fadb5..4f6e58a 100644 Binary files a/Release_(3.0)/pgAdmin3.exe and b/Release_(3.0)/pgAdmin3.exe differ diff --git a/Release_(3.0)/textcompare_report.template b/Release_(3.0)/textcompare_report.template index 93a8846..5bc11ac 100644 --- a/Release_(3.0)/textcompare_report.template +++ b/Release_(3.0)/textcompare_report.template @@ -237,10 +237,12 @@ label { .has_difference { background: #97D397; width: 1em; + user-select: none; } .diff_header, .diff_next { vertical-align:top; background: #dedede; + user-select: none; } .diff_next {padding-top:2px;} .diff_remove {background: Pink;} @@ -281,7 +283,59 @@ $tables$ + diff --git a/frm/frmReport.cpp b/frm/frmReport.cpp index d4fb3e3..01a97b4 100644 --- a/frm/frmReport.cpp +++ b/frm/frmReport.cpp @@ -1779,12 +1779,12 @@ std::wstring reportCompareFactory::printdiff(std::wstring str1, std::wstring str // )&&(!modify)) modify=true; // формируем колонки //left - tableline+=L""; - tableline+= modify ? L""+ncur_l+"" : L""+ncur_l+""; + tableline+=L""; + tableline+= modify ? L""+ncur_l+"" : L""+ncur_l+""; tableline+=L"
"+t_cur_l+"
"; // right - tableline+=L""; - tableline+= modify ? L""+ncur_r+"" : L""+ncur_r+""; + tableline+=L""; + tableline+= modify ? L""+ncur_r+"" : L""+ncur_r+""; tableline+=L"
"+t_cur_r+"
"; tableline+=L"";