Make label and colorpicker types work
This commit is contained in:
parent
7857c83ea1
commit
18c7c3ece8
8 changed files with 64 additions and 27 deletions
|
@ -574,9 +574,9 @@ void NativeWindow::NotifyWindowExecuteWindowsCommand(
|
|||
|
||||
void NativeWindow::NotifyTouchBarItemInteraction(
|
||||
const std::string& type,
|
||||
const std::string& item_id) {
|
||||
const std::vector<std::string>& args) {
|
||||
FOR_EACH_OBSERVER(NativeWindowObserver, observers_,
|
||||
OnTouchBarItemResult(type, item_id));
|
||||
OnTouchBarItemResult(type, args));
|
||||
}
|
||||
|
||||
#if defined(OS_WIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue