Added initializer in channel region for file window, makes it draw on first use
better (error was visible for factory startup on small screens)
This commit is contained in:
@@ -478,6 +478,7 @@ static void file_channel_area_init(wmWindowManager *wm, ARegion *ar)
|
|||||||
{
|
{
|
||||||
wmKeyMap *keymap;
|
wmKeyMap *keymap;
|
||||||
|
|
||||||
|
ar->v2d.scroll = V2D_SCROLL_RIGHT | V2D_SCROLL_VERTICAL_HIDE;
|
||||||
ED_region_panels_init(wm, ar);
|
ED_region_panels_init(wm, ar);
|
||||||
|
|
||||||
/* own keymaps */
|
/* own keymaps */
|
||||||
|
Reference in New Issue
Block a user