@ntrel commented on this pull request.


In src/build.c:

> @@ -158,6 +158,9 @@ widgets;
 static guint build_groups_count[GEANY_GBG_COUNT] = { 3, 4, 2 };
 static guint build_items_count = 9;
 
+/* include the fixed widgets in an array indexed by groups */
+#define GBG_FIXED GEANY_GBG_COUNT

I've reverted moving GBG_FIXED. It was protected by GEANY_PRIVATE unlike the GEANY_GBG_* enums.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.