mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:50:18 +02:00
fix crash in win32 when using tselectdirectorydialog; no implementation for ShowDialog yet
git-svn-id: trunk@6019 -
This commit is contained in:
parent
4c7a853aca
commit
5e75975a56
@ -104,7 +104,7 @@ initialization
|
||||
// To improve speed, register only classes
|
||||
// which actually implement something
|
||||
////////////////////////////////////////////////////
|
||||
// RegisterWSComponent(TCommonDialog, TWSCommonDialog);
|
||||
RegisterWSComponent(TCommonDialog, TWSCommonDialog);
|
||||
// RegisterWSComponent(TFileDialog, TWSFileDialog);
|
||||
// RegisterWSComponent(TOpenDialog, TWSOpenDialog);
|
||||
// RegisterWSComponent(TSaveDialog, TWSSaveDialog);
|
||||
|
Loading…
Reference in New Issue
Block a user