更完
This commit is contained in:
@@ -286,7 +286,7 @@ struct Web_Plot_Session::Impl {
|
||||
plot.deactivate_view();
|
||||
plot.dispatch_event(value);
|
||||
}
|
||||
else if constexpr (std::is_base_of_v<Event, T>) {
|
||||
else if constexpr (Event_Object<T>) {
|
||||
plot.dispatch_event(value);
|
||||
}
|
||||
else if constexpr (std::is_same_v<T, Set_Demo_Mode>) {
|
||||
|
||||
Reference in New Issue
Block a user