mirror of https://gitlab.com/basile.b/dexed.git
fix #173 - Symlist hangs on object.d
This commit is contained in:
parent
5e2ce63e25
commit
fa3ce3dfd3
|
@ -76,7 +76,7 @@ void handleSymListOption()
|
|||
|
||||
static struct ErrorHandler
|
||||
{
|
||||
Appender!(AstErrors) _errors;
|
||||
static Appender!(AstErrors) _errors;
|
||||
|
||||
void handleErrors(string fname, size_t line, size_t col, string message, bool err)
|
||||
{
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4229f11828a901ea5379409015f14a033e742906
|
||||
Subproject commit a4cdc474a130ecf5ba3be9424cfb23815eeefd3a
|
|
@ -23,7 +23,6 @@ inherited CEDubProjectEditorWidget: TCEDubProjectEditorWidget
|
|||
Width = 399
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 4
|
||||
DefaultItemHeight = 16
|
||||
HideSelection = False
|
||||
Images = imgList
|
||||
ReadOnly = True
|
||||
|
|
Loading…
Reference in New Issue