From fa3ce3dfd33060293477f94d3ef41ccfd354f07f Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 22 Aug 2017 19:44:05 +0200 Subject: [PATCH] fix #173 - Symlist hangs on object.d --- dastworx/src/main.d | 2 +- etc/libdparse | 2 +- src/ce_dubprojeditor.lfm | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dastworx/src/main.d b/dastworx/src/main.d index ed639398..71644677 100644 --- a/dastworx/src/main.d +++ b/dastworx/src/main.d @@ -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) { diff --git a/etc/libdparse b/etc/libdparse index 4229f118..a4cdc474 160000 --- a/etc/libdparse +++ b/etc/libdparse @@ -1 +1 @@ -Subproject commit 4229f11828a901ea5379409015f14a033e742906 +Subproject commit a4cdc474a130ecf5ba3be9424cfb23815eeefd3a diff --git a/src/ce_dubprojeditor.lfm b/src/ce_dubprojeditor.lfm index 6237be39..ccf070b8 100644 --- a/src/ce_dubprojeditor.lfm +++ b/src/ce_dubprojeditor.lfm @@ -23,7 +23,6 @@ inherited CEDubProjectEditorWidget: TCEDubProjectEditorWidget Width = 399 Align = alClient BorderSpacing.Around = 4 - DefaultItemHeight = 16 HideSelection = False Images = imgList ReadOnly = True