View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006034 | JEDI VCL | 00 JVCL Components | public | 2012-11-25 21:11 | 2013-12-13 11:19 |
Reporter | DeathMAD | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0006034: TJvBalloonHint respect themed rectangle shape of balloons only if Hint text have more than one line | ||||
Description | procedure TJvBalloonWindow.UpdateRegion; ... {$IFDEF JVCLThemesEnabled} if IsWinVista_UP and ThemeServices.{$IFDEF RTL230_UP}Enabled{$ELSE}ThemesEnabled{$ENDIF RTL230_UP} and FIsMultiLineMsg then Region := CreateThemedRegion else {$ENDIF JVCLThemesEnabled} Region := CreateRegion; ... Win8 has no-rounded rectangle for balloons. But TJvBalloonHint not always respect themed shape. For avoid it, we need just remove FIsMultiLineMsg condition. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-11-25 21:11 | DeathMAD | New Issue | |
2013-01-15 15:56 | obones | Note Added: 0020373 | |
2013-01-15 15:56 | obones | Status | new => feedback |
2013-12-13 11:19 | obones | Note Added: 0020762 | |
2013-12-13 11:19 | obones | Status | feedback => resolved |
2013-12-13 11:19 | obones | Resolution | open => suspended |
2013-12-13 11:19 | obones | Assigned To | => obones |