View Issue Details

IDProjectCategoryView StatusLast Update
0001769Far ManagerDialogpublic2011-05-16 18:44
ReporterMaximus Assigned ToDrKnS  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0001769: Ошибка в DM_EDITUNCHANGEDFLAG(id,-1)
DescriptionПри Param2==-1 фар ошибочно включает флаг "Unchanged" для текстовых полей
Additional Informationкак-то так

Index: dialog.cpp
===================================================================
--- dialog.cpp (revision 6216)
+++ dialog.cpp (working copy)
@@ -6199,7 +6212,7 @@
                                DlgEdit *EditLine=(DlgEdit *)(CurItem->ObjPtr);
                                int ClearFlag=EditLine->GetClearFlag();

- if (Param2 >= 0)
+ if ((INT_PTR)Param2 >= 0)
                                {
                                        EditLine->SetClearFlag(static_cast<int>(reinterpret_cast<INT_PTR>(
Param2)));
                                        EditLine->Select(-1,0); // ёэшьрхь т√фхыхэшх
TagsNo tags attached.
Build2032

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2011-05-16 08:23 Maximus New Issue
2011-05-16 18:44 DrKnS Build => 2032
2011-05-16 18:44 DrKnS Status new => closed
2011-05-16 18:44 DrKnS Assigned To => DrKnS
2011-05-16 18:44 DrKnS Resolution open => fixed
2011-05-16 18:44 DrKnS Fixed in Version => 3.0