capture_window is deprecated in favor of set_capture/release_capture
This commit is contained in:
@@ -310,7 +310,7 @@ namespace nana
|
||||
return (is_keyboard_condition ? (pi_data_->menu.has_keyboard ? pi_data_->menu.window : nullptr) : pi_data_->menu.window);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
native_window_type bedrock::get_menu()
|
||||
|
||||
Reference in New Issue
Block a user