|
@@ -673,7 +673,7 @@ void __fastcall ApplySystemSettingsOnControl(TControl * Control)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- // WORKAROUND for lask of public API so mimicking Explorer-style mouse selection
|
|
|
|
|
|
+ // WORKAROUND for lack of public API so mimicking Explorer-style mouse selection
|
|
// See http://stackoverflow.com/q/15750842/850848
|
|
// See http://stackoverflow.com/q/15750842/850848
|
|
TCustomIEListView * IEListView = dynamic_cast<TCustomIEListView *>(Control);
|
|
TCustomIEListView * IEListView = dynamic_cast<TCustomIEListView *>(Control);
|
|
if (IEListView != NULL)
|
|
if (IEListView != NULL)
|