View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001610 | JEDI VCL | 00 JVCL Components | public | 2004-04-09 11:38 | 2004-04-10 05:14 |
Reporter | Markus Spoettl | Assigned To | marcelb | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001610: JvInspector: Double-Click doesn't open category if clicked to the right of devider | ||||
Description | I've just discovered a small issue with double-clicking a category item: It only toggles the state (expanded/collapsed) when you double click the category left of the devider. If you double-click it right to the devider it doesn't. Do you want me to file a report for that? | ||||
Tags | No tags attached. | ||||
|
In TJvCustomInspector.MouseDown, somewhere near the end: ---- if PtInRect(Item.Rects[iprBtnDstRect], Point(X, Y)) or ((ssDouble in Shift) and (Item.IsCategory or (XB < Pred(DividerAbs)))) then ---- the '(Item.IsCategory or 'section is added, and an additional closing parenthesis. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-09 11:38 | Markus Spoettl | New Issue | |
2004-04-09 12:06 | marcelb | Status | new => assigned |
2004-04-09 12:06 | marcelb | Assigned To | => marcelb |
2004-04-10 05:14 | marcelb | Status | assigned => resolved |
2004-04-10 05:14 | marcelb | Resolution | open => fixed |
2004-04-10 05:14 | marcelb | Note Added: 0003780 |