Add a BView::LayoutChanged() method, called after layout of this view and children.
Fixes #7683.
This commit is contained in:
@@ -25,7 +25,9 @@ enum {
|
||||
|
||||
// support kit
|
||||
PERFORM_CODE_ALL_ARCHIVED = 1010,
|
||||
PERFORM_CODE_ALL_UNARCHIVED = 1011
|
||||
PERFORM_CODE_ALL_UNARCHIVED = 1011,
|
||||
|
||||
PERFORM_CODE_LAYOUT_CHANGED = 1012
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user