mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Message::setPropagateToChildren() receives a bool argument
This commit is contained in:
parent
eec9ed0bcc
commit
fb88a5c1f1
@ -943,7 +943,7 @@ void KeyboardShortcutsCommand::onExecute(Context* context)
|
||||
// Save preferences in widgets that are bound to options automatically
|
||||
{
|
||||
Message msg(kSavePreferencesMessage);
|
||||
msg.setPropagateToChildren(&msg);
|
||||
msg.setPropagateToChildren(true);
|
||||
window.sendMessage(&msg);
|
||||
}
|
||||
|
||||
|
@ -590,7 +590,7 @@ public:
|
||||
// Save preferences in widgets that are bound to options automatically
|
||||
{
|
||||
Message msg(kSavePreferencesMessage);
|
||||
msg.setPropagateToChildren(&msg);
|
||||
msg.setPropagateToChildren(true);
|
||||
sendMessage(&msg);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user